+ Reply to Thread
Results 1 to 3 of 3

"=Sheet3!A1" Here I want to reference "Sheet3" from another cell

  1. #1
    Forum Contributor
    Join Date
    01-08-2013
    Location
    ankara
    MS-Off Ver
    Excel 2010
    Posts
    134

    "=Sheet3!A1" Here I want to reference "Sheet3" from another cell

    In sheet1, I have a formula in cell A2:
    =Sheet3!D5

    and in A1, I have:
    Sheet3

    I want to get "Sheet3" part from A1 of my current sheet.

    I need a formula for A2 something like:

    =XXX(A1)!D5

    or something similar to the same target cell. Could you help me please?

  2. #2
    Forum Contributor
    Join Date
    04-13-2010
    Location
    England
    MS-Off Ver
    Office 2016 365
    Posts
    211

    Re: "=Sheet3!A1" Here I want to reference "Sheet3" from another cell

    INDIRECT is what you want mate:

    =INDIRECT(A1&"!D5")

    If Sheet3 is in A1 then this will return the value in D5 of sheet3...

  3. #3
    Forum Contributor
    Join Date
    01-08-2013
    Location
    ankara
    MS-Off Ver
    Excel 2010
    Posts
    134

    Re: "=Sheet3!A1" Here I want to reference "Sheet3" from another cell

    Thank you, it worked.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] If there is any text in column "A$" on "sheet1" then move cell to column "A$" on "sheet2"
    By ckgeary in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 06-27-2013, 08:28 PM
  2. Replies: 9
    Last Post: 11-06-2012, 08:59 AM
  3. Replies: 5
    Last Post: 10-12-2010, 06:46 AM
  4. Replies: 5
    Last Post: 06-26-2006, 09:23 PM
  5. Replies: 7
    Last Post: 05-13-2006, 05:02 PM

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