I have a cell that does a lookup
I now need to add a facility that alters the results depending on a number.
For example:
I have it as
=LOOKUP(I6,{0,10,20,30},{"N","BV","AV","HD"})
I now need the results to change depending on the number I put in a different cell. For example if I put in:
4 (I need it to give me N, BV, AV or HD)
3 (it gives me N.75, BV.75, AV.75 or HD.75)
2 (it gives me N.5, BV.5, AV.5 or HD.5)
1 (it gives me N.25, BV.25, AV.5 or HD.5)
Please help?
Bookmarks