+ Reply to Thread
Results 1 to 3 of 3

named range via indirect. How to reference a specific sheet

  1. #1
    Forum Contributor
    Join Date
    11-05-2013
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    120

    named range via indirect. How to reference a specific sheet

    Hi,


    the indirect is as powerful as confusing. I know how to reference a sheet when it is for example "sum(indirect...." but know I have a huge named_range formula which starts with indirect and when I activate sheet1 the named range does not work anymore...


    Please Login or Register  to view this content.

    When I try to put "sheet2'! in front it doesnt work at all.

    indirect named.range different sheet.xlsb named_range "status1" is the important one and I want to use this range in sheet1 to select the stuff on sheet2

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: named range via indirect. How to reference a specific sheet

    Although your ADDRESS function will return the address of the desired cell, it doesn't return it with the worksheet name. In your example, the expression

    ADDRESS(sheet2!$L$2;sheet2!$M$2)

    returns "$H$4". To reference this address from Sheet1, it must be "Sheet2!$H$4". So change your formula to

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Forum Contributor
    Join Date
    11-05-2013
    Location
    Germany
    MS-Off Ver
    Excel 2013
    Posts
    120

    Re: named range via indirect. How to reference a specific sheet

    thank you!



    at least I was kinda close :D

+ 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. How do I reference another workbook and open a specific sheet named in a cell
    By shabooty542362 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-19-2013, 04:50 PM
  2. Replies: 1
    Last Post: 05-22-2013, 01:49 AM
  3. Vlookup with Indirect and Named Range
    By todd1016 in forum Excel General
    Replies: 3
    Last Post: 02-20-2011, 11:45 AM
  4. How do I use indirect when referring to a named range in a closed
    By Ed Green in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-22-2006, 03:10 PM
  5. Replies: 1
    Last Post: 03-21-2006, 06:40 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