+ Reply to Thread
Results 1 to 4 of 4

VLOOKUP False Problem

  1. #1
    Registered User
    Join Date
    02-25-2006
    Posts
    5

    VLOOKUP False Problem

    I have a "LOOKUP" statement (without the "false" at the end) which doesn't always return the exact match (I guess it returns the closest match). I need an exact match or nothing. When I add "FALSE" to the end of the statement, Excel won't accept it. So I changed it to "VLOOKUP" and added the "False" and I get no returns except for "N/A." Why doesn't the false parameter work for me??

    The following returns sometimes-exact responses:
    =LOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502)

    The following returns "N/A:
    =VLOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502,False)

    FYI, "Assign Reps" is my second page (which contains the column I'm searching). I am writing the formula in a cell on the first page.

    Help!!!!

  2. #2
    Niek Otten
    Guest

    Re: VLOOKUP False Problem

    Try this:

    =VLOOKUP(D3,'Assign Reps'!C4:D502,2,False)

    Please let us know the result

    --
    Kind regards,

    Niek Otten

    "broadway05" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I have a "LOOKUP" statement (without the "false" at the end) which
    > doesn't always return the exact match (I guess it returns the closest
    > match). I need an exact match or nothing. When I add "FALSE" to the
    > end of the statement, Excel won't accept it. So I changed it to
    > "VLOOKUP" and added the "False" and I get no returns except for "N/A."
    > Why doesn't the false parameter work for me??
    >
    > The following returns sometimes-exact responses:
    > =LOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502)
    >
    > The following returns "N/A:
    > =VLOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502,False)
    >
    > FYI, "Assign Reps" is my second page (which contains the column I'm
    > searching). I am writing the formula in a cell on the first page.
    >
    > Help!!!!
    >
    >
    > --
    > broadway05
    > ------------------------------------------------------------------------
    > broadway05's Profile:
    > http://www.excelforum.com/member.php...o&userid=31929
    > View this thread: http://www.excelforum.com/showthread...hreadid=516544
    >




  3. #3
    Biff
    Guest

    Re: VLOOKUP False Problem

    Hi!

    Try this:

    =VLOOKUP(D3,'Assign Reps'!C4:D502,2,False)

    Biff

    "broadway05" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I have a "LOOKUP" statement (without the "false" at the end) which
    > doesn't always return the exact match (I guess it returns the closest
    > match). I need an exact match or nothing. When I add "FALSE" to the
    > end of the statement, Excel won't accept it. So I changed it to
    > "VLOOKUP" and added the "False" and I get no returns except for "N/A."
    > Why doesn't the false parameter work for me??
    >
    > The following returns sometimes-exact responses:
    > =LOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502)
    >
    > The following returns "N/A:
    > =VLOOKUP(D3,'Assign Reps'!C4:C502,'Assign Reps'!D4:D502,False)
    >
    > FYI, "Assign Reps" is my second page (which contains the column I'm
    > searching). I am writing the formula in a cell on the first page.
    >
    > Help!!!!
    >
    >
    > --
    > broadway05
    > ------------------------------------------------------------------------
    > broadway05's Profile:
    > http://www.excelforum.com/member.php...o&userid=31929
    > View this thread: http://www.excelforum.com/showthread...hreadid=516544
    >




  4. #4
    Pete_UK
    Guest

    Re: VLOOKUP False Problem

    If you are copying this down the column in your first sheet, you may
    need to amend it to:

    =VLOOKUP(D3,'Assign Reps'!C$4:D$502,2,False)

    Hope this helps.

    Pete


+ 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