Ask a New Question

Asked by Anonymous

Using the IF function calculate the commission on sales. The commission is 6% on all sales that are at least 20% above cost.
9 years ago

Answers

Answered by Answering Life's Questions
I will assume that you have Cost numbers in column A, Sales numbers in column B.

Try this formula in cell C1:
=if(B1>=1.2*A1, 0.06*B1,"")
9 years ago

Related Questions

function and function notation using the variable x and explain how we evaluate a function for a giv... A polynomial function function is defined by the equation p(x)=3x3+ax2+bx+7, where a, bE/. If p(-2)=... Calculate: This function must be called from main() from within the loop. For each month, calcu... Calculate the time, calculate the day to listen to the complentry in Japan,calculate when will you w... Function A: Function B: Function C: y=x+5y=x+5 (4 points) Which function has a negative rate of chan... Graph the function function. (1 point) function and spiritual function of ekombi dance Function A is a linear function that can be modeled by the equation 4x - 3y = 12. Function B is a l... A linear function is a function defined by the equation of a​ line, such as ​f(x)equals3xminus4. It... A parent function is a function that has been turned, moved, and/or expanded. True] False
Ask a New Question
Archives Contact Us Privacy Policy Terms of Use