I'm not quite sure I understand how to use the CHOOSE function.
I have 7 ranges, and each range earns a specific discount.
A sample of this is:
If the product costs less than $2000, discount is $0
If the product costs $2000 - $2999, discount is $50
If the product costs $3000 - $3999, discount is $75
If the product costs $10,000 or more, discount is $250
I think I can do a nested IF function, but was just reading about the CHOOSE function. Would that work in this case? And if so, can someone help me write it?
Thanks so much.
I have 7 ranges, and each range earns a specific discount.
A sample of this is:
If the product costs less than $2000, discount is $0
If the product costs $2000 - $2999, discount is $50
If the product costs $3000 - $3999, discount is $75
If the product costs $10,000 or more, discount is $250
I think I can do a nested IF function, but was just reading about the CHOOSE function. Would that work in this case? And if so, can someone help me write it?
Thanks so much.