|  

» Retrieving Values Using Range Names as References

Problem:

First3 and Last3 are the defined Names for ranges A2:A4 and A5:A7 respectively.
We want to create a formula that will look up each of the values listed in column B for one of the names listed in column C.

Solution:
Use the VLOOKUP and INDIRECT functions as shown in the following formula:
=VLOOKUP(B2,INDIRECT(C2),1,FALSE),1,FALSE)

Screenshot // Retrieving Values Using Range Names as References
Retrieving Values Using Range Names as References

Rate This Tip
12 34 5
Rating: 2.87     Views: 24939
No comments have been submitted.
Name
Comment Title
Comments