|  

» Retrieving Values from another Sheet Using Date as Sheet Name Reference

Problem:

The dates entered in column A ("mmm-yy") refer to sheets with corresponding names (mmyy).
We want to create a formula to retrieve value in cell A1 from a sheet referred to by each of the dates in column A.

Solution:

Use the INDIRECT and TEXT functions as shown in the following formula:
=INDIRECT(TEXT(A2,"mmyy")&"'!A1")


Rate This Tip
12 34 5
Rating: 2.90     Views: 18563
Eric
thanks for the tip, work great also with simple text, e.g.
INDIRECT(A33&"!AG28")
Click here to post comment
For Registered Users
Name
Comment Title
Comments