+ Reply to Thread
Results 1 to 2 of 2

Lookup function returning reference, not value

  1. #1
    Registered User
    Join Date
    05-28-2005
    Location
    WI, USA
    MS-Off Ver
    Office XP/2003
    Posts
    95

    Lookup function returning reference, not value

    When using the lookup function, the value from where Column X (assuming the value is found at XA) and Row N intersect is returned. I'm looking for a way to return the value of a cell two cells to Column X's right (in this example, would be ZN). There is no way to use the lookup function to return this value, as cells XA, YA, ZA are merged. The only way to do this (that I can think of) is to return the reference of where Column X and Row N meet to use an offset function to return the value of the cell two columns to Column X's right (value of ZN). Is this possible or does anyone know another way to do such a thing? Any help would be greatly appreciated.

  2. #2
    Bob Phillips
    Guest

    Re: Lookup function returning reference, not value

    =INDEX(Z:Z,MATCH(value,X:X,0))

    --
    HTH

    Bob Phillips

    "Caligula" <[email protected]> wrote in
    message news:[email protected]...
    >
    > When using the lookup function, the value from where Column X (assuming
    > the value is found at XA) and Row N intersect is returned. I'm looking
    > for a way to return the value of a cell two cells to Column X's right
    > (in this example, would be ZN). There is no way to use the lookup
    > function to return this value, as cells XA, YA, ZA are merged. The only
    > way to do this (that I can think of) is to return the reference of where
    > Column X and Row N meet to use an offset function to return the value of
    > the cell two columns to Column X's right (value of ZN). Is this possible
    > or does anyone know another way to do such a thing? Any help would be
    > greatly appreciated.
    >
    >
    > --
    > Caligula
    > ------------------------------------------------------------------------
    > Caligula's Profile:

    http://www.excelforum.com/member.php...o&userid=23827
    > View this thread: http://www.excelforum.com/showthread...hreadid=374810
    >




+ 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