C
Carlos
Hi,
I am tryng to compare one number to a range of numbers.
If the number falls between these two number, then I
should get a result. Here is an example
Sheet 1 Sheet 2
Low HI Rating | Number Result
..01 .1 A | .3 C
..1 .2 B | .15 B
..3 .4 C |
If I had a .15 the result should be B. If I have .3, the
result should be C. I tried using an IF statement but I
have too many results. My IF statement would be longer
that 255 characters.
Any help is greatly appreciated.
Thank you,
Carlos
I am tryng to compare one number to a range of numbers.
If the number falls between these two number, then I
should get a result. Here is an example
Sheet 1 Sheet 2
Low HI Rating | Number Result
..01 .1 A | .3 C
..1 .2 B | .15 B
..3 .4 C |
If I had a .15 the result should be B. If I have .3, the
result should be C. I tried using an IF statement but I
have too many results. My IF statement would be longer
that 255 characters.
Any help is greatly appreciated.
Thank you,
Carlos