How to work out 3 different %

S

Sam

I am stuck here trying to slove how I would work out 3 different discounts

one is the order is over 250 the discount is 15%
two is the order is over 200 the discount is 10%
three is the order is over 150 the discount is 5%

I was wonder if anyone could please help me come up with a formula
 
M

Mike H

Sam,

With your order amount in A1, this returns the discount %

=LOOKUP(A1,{0,151,201,251},{0,0.05,0.1,0.15})

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top