many to one

R

Rich

i have a table that has names and in each cell a range e.g.

Sovereign =100 =100 =99000 =99000
Energy >=1000 <=1200 >=2300 <=2300
Utilities >=4000 <=4100 >=6400 <=6600


I have another table that has data and column G relates
to the ranges in the first table. If the number was for
example was "1100" how can i get to the
answer "Energy".
 
T

Tom Ogilvy

You would be better off reorganizing your table to support one of the lookup
function rules such as Match, vlookup, lookup, hlookup. See the help on
these functions for how they operate.
 
T

Tom Ogilvy

Like I said, you have to organize your data to support what the functions
will do. How they operate is spelled out in great detail in help - a lot
better than I could explain it here.
 

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

Top