+ Reply to Thread
Results 1 to 2 of 2

Retrieving Values from another Sheet Using Date as Sheet Name Reference

  1. #1
    Eric
    Guest

    Retrieving Values from another Sheet Using Date as Sheet Name Reference

    thanks for the tip, work great also with simple text, e.g.
    INDIRECT(A33&"!AG28")

  2. #2
    Forum Contributor
    Join Date
    12-07-2004
    Posts
    596

    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\")

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1