How do you calculate the appropiate discount using the IF function on Excel?
Posted by admin
m s asked:
I am suppose to use the IF function with an absolute reference to the discount value listed (20%). The discount only applies to orders with a quantity of two or more; otherwise the discount is zero. How am I suppose to enter this formula in Excel?
Logical_Test ?
Value_if_true ?
Value_if_false ?
Concrete Floor Paint
I am suppose to use the IF function with an absolute reference to the discount value listed (20%). The discount only applies to orders with a quantity of two or more; otherwise the discount is zero. How am I suppose to enter this formula in Excel?
Logical_Test ?
Value_if_true ?
Value_if_false ?
Concrete Floor Paint











June 26th, 2010 at 12:40 am
A1 = 20%
B1 to B? = Price
C1 to C? = Order Quantity
in D1 put this formula
=IF(C1>=2,B1*C1*$A$1,B1*C1)