+ Reply to Thread
Results 1 to 2 of 2

Reference cells from different worksheets with worksheet name in a cell

  1. #1
    Registered User
    Join Date
    01-12-2005
    Posts
    1

    Reference cells from different worksheets with worksheet name in a cell

    I am trying to create an Excel formula similar to "=Sheet3!B4" but would like the worksheet to be an absolute cell reference and the cell reference to be a relative reference.
    I have tried "=INDIRECT($A$1&"!"&"B4")" where A1 contains "Sheet3" but when copied to the right one cell I still reference cell B4 on Sheet3 instead of C4 on Sheet3.
    Can anyone help?
    TIA

  2. #2
    Forum Contributor
    Join Date
    04-30-2004
    Posts
    122
    Try this...


    =INDIRECT($A$1&ADDRESS(ROWS($E$5:G5),COLUMNS($E$5:G5)))

    This will allow your range to change when you copy accross or down.

+ 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