+ Reply to Thread
Results 1 to 4 of 4

Referening cells inside a named range

  1. #1
    Registered User
    Join Date
    06-28-2005
    Posts
    81

    Referening cells inside a named range

    Hi to everyone.

    I have a named range in cells A1:E1. Let's call it named_range.
    If I enter in cell B2 the formula =named_range I get the value un cell B1. Good.
    I would like to enter a formula in cell B2 that gives the value in cell A1 (or C1 for that matter). The formula must use the name of the range to improve readability.

    I was thinking something like =OFFSET(named_range;;-1) to get the value of A1 when entered in B2 but it doesn't work.

    Any help ?

    Thanks a lot for your support

    Paolo

    Italy
    Last edited by kayard; 06-15-2010 at 05:50 AM.

  2. #2
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: HReferening cells inside a named range

    Hi,

    Try =INDEX(named_range,1)

    for the 1st member of the named range
    Rule 1: Never merge cells
    Rule 2: See rule 1

    "Tomorrow I'm going to be famous. All I need is a tennis racket and a hat".

  3. #3
    Registered User
    Join Date
    06-28-2005
    Posts
    81

    Re: HReferening cells inside a named range

    yes, but that will always give me the first cell of the named range. I need something relative in the sense that it should give me the cell on the left of where i put the formula. If i put it in c2 it must give me b1, if put in d2 it has to give c1 and so on. That's why i thought of the offset formula instead of index.

    The beauty of simply writing =named_range gives is that it immedeatly returns the intersection of the collumn you enter the formula and the named range. I basically need the intersection of the collumn on the left (o on the right) and the named range.

    Thanks

    Paolo

  4. #4
    Forum Expert sweep's Avatar
    Join Date
    04-03-2007
    Location
    Great Sankey, Warrington, UK
    MS-Off Ver
    2003 / 2007 / 2010 / 2016 / 365
    Posts
    3,444

    Re: Referening cells inside a named range

    You could define a further named range to return a section of the initial named range? ie
    =INDEX(named_range,COLUMN()-1)

+ 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