Name ranges and Lookup

G

Guest

If my lookup ranges are named, can I use the name of the range in a cell then
point to the cell as my lookup table?

Example:

=vlookup(H5,D1,2) where,

H5 = lookup value
D1=CRC
CRC=Position!$A$1:$B$6


I know that I can use the name directly in my formula, however, I have
several named ranges. The use of a specific range is determined by a certain
criteria (i.e., CRC position would use CRC range, CNII position would use
CNII range). What I was hoping to do was list the appropriate range name in
a column then create one vlookup formula (that points to that column) and
copy down.

Any suggestions or feedback is appreciated!
 
D

Dave Peterson

Maybe...

=vlookup(h4,indirect(d1),2)
If my lookup ranges are named, can I use the name of the range in a cell then
point to the cell as my lookup table?

Example:

=vlookup(H5,D1,2) where,

H5 = lookup value
D1=CRC
CRC=Position!$A$1:$B$6

I know that I can use the name directly in my formula, however, I have
several named ranges. The use of a specific range is determined by a certain
criteria (i.e., CRC position would use CRC range, CNII position would use
CNII range). What I was hoping to do was list the appropriate range name in
a column then create one vlookup formula (that points to that column) and
copy down.

Any suggestions or feedback is appreciated!
 

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