Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VLOOKUP with dynamic sheet name

Status
Not open for further replies.

cazellnu

Technical User
Aug 15, 2002
41
CA
Hi All:

I understand that there are thousand ways to customerize the vlookup parameter. However, if there is anyway that I can reference the table array by the following:

vlookup(a1, [some sheet name reference by the cell]!A:A, 1, false).

Any suggestion would be extremely helpful

Regards.
 


Hi,

Indirect function
[tt]
vlookup(a1,INDIRECT([some sheet name reference by the cell]&"!A:A"), 1, false).
[/tt]



Skip,

[glasses] [red]A palindrome gone wrong?[/red]
A man, a plan, a ROOT canal...
PULLEMALL![tongue]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top