+ Reply to Thread
Results 1 to 2 of 2

Identify intersection in named range

  1. #1
    Registered User
    Join Date
    01-19-2009
    Location
    Johannesburg
    MS-Off Ver
    Excel 2003
    Posts
    5

    Identify intersection in named range

    Hi

    I've got a cloumn defined as a named range (say A1:A10, and say the named range is called DATA). Now, if I am in column B, I want to refer to the corresponding row in column A.

    I've see somebody use something like:
    DATA row, but that doesn't seem to work on my computer. I need to use this because I want to include the OFFSET function as well, e.g.
    If(DATA row = offset(DATA row, -1, 0), true, false)

    Thanks for the help

    Freddy K
    Last edited by Freddy K; 02-10-2009 at 04:44 AM.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Identify intersection in named range

    if named range data is a1:a10 , if you simply put =data in any row b1:b10 it will return the corresponding value from a1:10
    also if you want the value of data row 4 say you can use anywhere on sheet

    =INDEX(data,4) this will always return value from row 4 of range data
    Last edited by martindwilson; 02-06-2009 at 10:40 AM.

+ 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