+ Reply to Thread
Results 1 to 4 of 4

formula for finding a value!

Hybrid View

  1. #1
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161

    formula for finding a value!

    Hi all,

    I am having problems devising a formula to do the following in cell A2 sheet1, i want the cell to lookup a match for A1 Sheet1 in a named range on Sheet2 and return the value of the cell 3 columns away from that cell.

    So if A1 sheet1 contains the word "Test" i want the lookup to look for "Test" in the named range (lets say "Find"), lets say "Test" is found in E3 sheet2 then in A2 sheet1 i want the value of E5 sheet2.

    The names are variable for the cells in sheet1 and sheet 2.

    Hope you can help!

    Simon

    P.S i have tried =offset, =match, = index etc and having no joy!

  2. #2
    Don Guillett
    Guest

    Re: formula for finding a value!

    Have you tried the help index for LOOKUP?

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Simon Lloyd" <Simon.Lloyd.1v08uf_1126123537.816@excelforum-nospam.com>
    wrote in message
    news:Simon.Lloyd.1v08uf_1126123537.816@excelforum-nospam.com...
    >
    > Hi all,
    >
    > I am having problems devising a formula to do the following in cell A2
    > sheet1, i want the cell to lookup a match for A1 Sheet1 in a named
    > range on Sheet2 and return the value of the cell 3 columns away from
    > that cell.
    >
    > So if A1 sheet1 contains the word "Test" i want the lookup to look for
    > "Test" in the named range (lets say "Find"), lets say "Test" is found
    > in E3 sheet2 then in A2 sheet1 i want the value of E5 sheet2.
    >
    > The names are variable for the cells in sheet1 and sheet 2.
    >
    > Hope you can help!
    >
    > Simon
    >
    > P.S i have tried =offset, =match, = index etc and having no joy!
    >
    >
    > --
    > Simon Lloyd
    > ------------------------------------------------------------------------
    > Simon Lloyd's Profile:

    http://www.excelforum.com/member.php...fo&userid=6708
    > View this thread: http://www.excelforum.com/showthread...hreadid=465684
    >




  3. #3
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    yes Don,

    I have tried the help index, my problem is the look up table is in no particular order and is 12 columns across, and what i need is if a name im looking for is found in one coulmn the return the value of the column 3 to the right of it, the lookup table is on sheet 2 and the value is to be returned on sheet 1.

    So i'm having difficulty, i can return a value with a standard Vlookup but it wont do it for the whole named range, the name im looking for has to appear in the first column or it doesnt work but i need it to search the whole named range!

    Simon

  4. #4
    Don Guillett
    Guest

    Re: formula for finding a value!

    Then I suggest a macro using FIND to find the cell and offset(0,3) to get
    the value.

    --
    Don Guillett
    SalesAid Software
    donaldb@281.com
    "Simon Lloyd" <Simon.Lloyd.1v0eej_1126130732.1631@excelforum-nospam.com>
    wrote in message
    news:Simon.Lloyd.1v0eej_1126130732.1631@excelforum-nospam.com...
    >
    > yes Don,
    >
    > I have tried the help index, my problem is the look up table is in no
    > particular order and is 12 columns across, and what i need is if a name
    > im looking for is found in one coulmn the return the value of the column
    > 3 to the right of it, the lookup table is on sheet 2 and the value is to
    > be returned on sheet 1.
    >
    > So i'm having difficulty, i can return a value with a standard Vlookup
    > but it wont do it for the whole named range, the name im looking for
    > has to appear in the first column or it doesnt work but i need it to
    > search the whole named range!
    >
    > Simon
    >
    >
    > --
    > Simon Lloyd
    > ------------------------------------------------------------------------
    > Simon Lloyd's Profile:

    http://www.excelforum.com/member.php...fo&userid=6708
    > View this thread: http://www.excelforum.com/showthread...hreadid=465684
    >




+ 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