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...