AllisonCorey
New Member
- Joined
- Apr 4, 2017
- Messages
- 4
See formula below, and what I am trying to accomplish:
=IF((D53>=1<=5),D53*0.5,IF((D53>=6<=44),D53*0.42,IF((D53>=45<=66),D53*0.4,IF((D53>=67<=132),D53*0.36,IF((D53>=133<=400),D53*0.3, IF((D53>400), Quote))))))
I am trying to create a formula to help calculate charges... essentially, what I need the formula to do is the following:
If the weight is between:
1-5 lbs, charge $0.50 per lb
6-44 lbs, charge $0.42 per lb
45-66 lbs, charge $0.40 per lb
67-132 lbs, charge $0.36 per lb
133-400 lbs, charge $0.30 per lb
Anything over 400 lbs, Quote.
D53 is the total weight of the order. I don't know what I am doing wrong, as it just keeps calculating as "False"
Any help would be greatly appreciated. Very new to Excel formulas!
-Allison
=IF((D53>=1<=5),D53*0.5,IF((D53>=6<=44),D53*0.42,IF((D53>=45<=66),D53*0.4,IF((D53>=67<=132),D53*0.36,IF((D53>=133<=400),D53*0.3, IF((D53>400), Quote))))))
I am trying to create a formula to help calculate charges... essentially, what I need the formula to do is the following:
If the weight is between:
1-5 lbs, charge $0.50 per lb
6-44 lbs, charge $0.42 per lb
45-66 lbs, charge $0.40 per lb
67-132 lbs, charge $0.36 per lb
133-400 lbs, charge $0.30 per lb
Anything over 400 lbs, Quote.
D53 is the total weight of the order. I don't know what I am doing wrong, as it just keeps calculating as "False"
Any help would be greatly appreciated. Very new to Excel formulas!
-Allison