Ask Question
24 February, 09:45

Use an IF function in cell H18 to calculate the commission rate for the total sale for order 1. The commission rate is 2% for all sales that total more than $10 and 1% for all sales that total more than $5. No commission is paid on sales that total $5 or less. Reference the threshold levels (cells F13 and F14) in your logical tests for your IF function and the commission rates (cells G13 and G14) as your "value_if_true" and "value_if_false" arguments. Use appropriate relative and absolute references.

+3
Answers (1)
  1. 24 February, 09:58
    0
    IF Function! H18: = IF (G18>$F$14,$G$14, IF ($F$14>G18>$F$13,$G$13))
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Use an IF function in cell H18 to calculate the commission rate for the total sale for order 1. The commission rate is 2% for all sales ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers