Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
broadway05
 
Posts: n/a
Default 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!!!!


--
broadway05
------------------------------------------------------------------------
broadway05's Profile: http://www.excelforum.com/member.php...o&userid=31929
View this thread: http://www.excelforum.com/showthread...hreadid=516544

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default VLOOKUP False Problem

Try this:

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

Please let us know the result

--
Kind regards,

Niek Otten

"broadway05" wrote
in message ...

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default VLOOKUP False Problem

Hi!

Try this:

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

Biff

"broadway05" wrote
in message ...

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Pete_UK
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Vlookup problem with Date Time normajmarsh Excel Worksheet Functions 0 February 3rd 06 07:33 PM
vlookup Problem marksuza Excel Discussion (Misc queries) 3 December 22nd 05 03:40 PM
Vlookup Problem Trying to excel in life but need help Excel Worksheet Functions 6 April 9th 05 08:45 PM
VLOOKUP, OFFSET, MATCH PROBLEM, HELP? Steve Excel Worksheet Functions 0 January 30th 05 09:11 PM
VLOOKUP problem Jason Excel Worksheet Functions 2 January 14th 05 10:39 PM


All times are GMT +1. The time now is 07:59 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"