+ Reply to Thread
Results 1 to 3 of 3

Call Cell in a named range

  1. #1
    Registered User
    Join Date
    05-06-2010
    Location
    Des Moines
    MS-Off Ver
    Excel 2007
    Posts
    37

    Call Cell in a named range

    I wrote a macro that replaces a particular tab within my workbook with data stored online. I have formulas within this same workbook that call that particular tab

    ex ='Master Requirements Data'!A2

    well everytime the tab Master Requirments Data is refreshed with the new data I receive an error #REF

    So I changed my macro to change the data in the Master Requirements Data tab to create a named range.

    How can I have my forumla call a particular cell within the named range

    =master!A1 or something like that.

    Any help would be appreciated.
    Chris Aipperspach

  2. #2
    Valued Forum Contributor Sadath31's Avatar
    Join Date
    03-02-2011
    Location
    Dammam, Saudi Arabia
    MS-Off Ver
    Office 365
    Posts
    452

    Re: Call Cell in a named range

    try using INDIRECT function

    eg =INDIRECT("Master Requirements Data"!&A1)

  3. #3
    Registered User
    Join Date
    05-06-2010
    Location
    Des Moines
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Call Cell in a named range

    Quote Originally Posted by Sadath31 View Post
    try using INDIRECT function

    eg =INDIRECT("Master Requirements Data"!&A1)


    I tried this and received the formula contains an error.

+ 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