+ Reply to Thread
Results 1 to 2 of 2

Lookup, check and return value

  1. #1
    Registered User
    Join Date
    01-21-2004
    Location
    Liverpool
    MS-Off Ver
    2003
    Posts
    88

    Lookup, check and return value

    Hi All,

    I need a bit of help here is waht i am trying to do:

    Lookup value in cell h2, check to see if it is in the master sheet range H:H if so then returnt the value in cell F? of the master sheet.

    I have tried this formula but after checking it, it does not seem to return the correct value.

    Please Login or Register  to view this content.
    Any help would be great.

    Thanks
    Paul
    Last edited by pauluk; 05-16-2005 at 07:17 AM.
    regards
    Paul
    http://www.frontlineuk.com
    FrontLineUK

  2. #2
    Forum Contributor
    Join Date
    06-10-2004
    Location
    India
    Posts
    1,066
    Use:

    =IF(ISERROR(MATCH(H2,Master!H:H,0)),"n",INDEX(Master!F:F,MATCH(H2,Master!H:H,0)))


    - Mangesh

+ 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