Hey:
I keep getting an error on the following statement:
=IF((C21<500, "0%", IF(AND(C21>501, C21<700, "10%", IF(AND(C21>701, C21<900, "15%", IF(AND(C21>901, C21<1200, "20%", IF(AND(C21>1201, "20%"))))))))))
Basically I'm trying to take a value and determine the discount based on the total. If the total is less than $500 then there is a 0% discount, If between 501 and 700 then $10%, if 701 and 900 then, 15%, if between 901 and 1200 then 20%, if greater than 1201, then 20%.
I looked up some help online, but I cannot figure out the mistake I am making. Any help would be great, thanks!
SkampDiddy
Bookmarks