Returing a value using multiple range conditions
Posted by Mark on February 07, 2002 6:40 PM
I am trying to figure out how I would write a formula to do do the following;
I am looking for excel to automatically populate a cell with a fee amount based on the cost of an item. For example,
If the cost of an item is greater than .01 and less than 9.99, then the fee = .30
if the cost of an item is greater than 10 and less than 24.99, then the fee = .55
if the cost of an item is greater than 25 and less than 49.99, then the fee = 1.10