|
Re: problem with number ranges
Make a reference list Column A/Column B:
1/Good
11/Well
21/Very well
Say you are putting your value in cell F2, put this formula in G2:
=LOOKUP(F1,A1:B3)
If you plug in "5" into F2, the formula will result with "Good", "15" with "Well" and so forth.
|