G
Guest
Hi
I have a table that looks like this
Units Discoun
10 1
20 2
30 3
I would like to use =vlookup(C1,table,2,TRUE). If I have a unit of 18 in C1, the formula will show 1% instead of 2%. I'd like it to show 2% because for anything above 10, it shld show 2% and for anything above 20, it shld show 3%. May I know which is the best way to do this
Thanks
I have a table that looks like this
Units Discoun
10 1
20 2
30 3
I would like to use =vlookup(C1,table,2,TRUE). If I have a unit of 18 in C1, the formula will show 1% instead of 2%. I'd like it to show 2% because for anything above 10, it shld show 2% and for anything above 20, it shld show 3%. May I know which is the best way to do this
Thanks
)