I would like a function to return a value that fits its range
One way:
=LOOKUP(A1,{0,501,1001},{0.20,0.15,0.125}) with cell formatted as %
or look at VLOOKUP function
"rpbsr" wrote:
For example:
0-$500 = 20%
501-$1000 = 15%
1001-$5000 = 12.5%
Thank you!
|