lookup a value on a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have the following table:

3 2 1 0 -1 -2
< 4.6 A A-B B D E F
4.6- 6.9 A-B B C D E F
9-11.5 B B-C C D D E
11.5-13.8 C C-D D D D D
13.8 C D D D D D

I want to find, for example, what letter corresponds to (5,-1). I expect a
letter "E" to be the answer, but I have no idea how to write the formula.

Help!!!
 
Can you split up the first column into min and max for the range? If so, it
would be a lot easier.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top