How to convert excel formula to numbers?
Trying to get a formula set up in Numbers ... not having much luck! 😟
Column B is the item's price, column D is the discounted price. To determine the discounted price, I want to be able to enter the items price in column B, then a code in column C. Codes are as follows:
H = 50% off
Y = 30 % off
J = 40 % off
T= 20% off
F = 75% off
When I enter the code, I want it to be able to calculate the discounted price in column D.
I am more familiar with Excel but trying to help a friend get this set up in numbers. I believe the excel formula would be as follows??
=IF(OR(C="T",C="t"),B*(100-H$2)/100, IF(OR(C="Y", C="y"), B*(100-H$3)/100,IF(OR(C="J",C="j"),B*(100-H$4)/100, IF(OR(C="H",C="h"), B*(100-H$5)/100, IF(OR(C="F", C="f"),B*(100-H$6)/100,0)))))
Any help would be GREATLY appreciated!
Thanks!
MacBook Pro