+ Reply to Thread
Results 1 to 3 of 3

Use cell containing absolute address for a cell in another workbook in a formula

  1. #1
    Registered User
    Join Date
    10-25-2013
    Location
    Toronto Canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Use cell containing absolute address for a cell in another workbook in a formula

    I have a worksheet with multiple workbooks.
    A cell in sheet1 e.g. A1 contains $W$5.

    I would like to use the contents of A1 in a formula in sheet1 to return the value from sheet2, sheet3, etc

    I've entered this into a cell in Sheet1 but it doesn't work.

    ='Sheet2'!CELL("contents",A1)

    Appreciate any help. Thanks sawsheen.
    Last edited by sawsheen; 11-01-2013 at 02:45 PM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,750

    Re: Use cell containing absolute address for a cell in another workbook in a formula

    Do it like this:

    =INDIRECT("'Sheet2'!"&A1)

    A1 should contain a valid cell reference.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    10-25-2013
    Location
    Toronto Canada
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: Use cell containing absolute address for a cell in another workbook in a formula

    Pete - worked great! thanks

+ 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. Replies: 2
    Last Post: 07-13-2013, 12:37 PM
  2. Replies: 2
    Last Post: 07-12-2013, 05:46 PM
  3. [SOLVED] Inserting formula with absolute cell and relative cell
    By Ernesto in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 07-27-2005, 06:05 PM
  4. [SOLVED] Absolute address in Workbook linking
    By rfhorn in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-07-2005, 10:06 AM
  5. [SOLVED] Link to a cell in another workbook by name rather than absolute c.
    By Marc G in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 01-05-2005, 05:23 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