M
Mike Lewis
It could be done with some Vlookup formulas, here is a
formula that will calculate cost of a weight in cell C24:
=IF(C24<1,3.46,IF(C24<1.5,4.45,IF(C24<2,4.78,IF
(C24<10,9.62,(INT((C24-10)/0.25)*0.86)+9.62))))
Good Luck
Mike
formula that will calculate cost of a weight in cell C24:
=IF(C24<1,3.46,IF(C24<1.5,4.45,IF(C24<2,4.78,IF
(C24<10,9.62,(INT((C24-10)/0.25)*0.86)+9.62))))
Good Luck
Mike