Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi all,
I have a vector lookup function working - but I don't want it to return the nearest when it can't find an exact match. I only want it to return exact matches and leave blanks (or some appropriate text such as None) if there is no exact match. Thanks in advance. |
#2
![]() |
|||
|
|||
![]() Is this a VLOOKUP that you are doing? If so you need to use '=VLOOKUP(ref,range,FALSE). -- Hodge ------------------------------------------------------------------------ Hodge's Profile: http://www.excelforum.com/member.php...o&userid=16342 View this thread: http://www.excelforum.com/showthread...hreadid=277304 |
#3
![]() |
|||
|
|||
![]()
just a note - you've left out the 3rd parameter
=VLOOKUP(lookup_value, table_array,col_index_num,FALSE) Cheers JulieD "Hodge" wrote in message ... Is this a VLOOKUP that you are doing? If so you need to use '=VLOOKUP(ref,range,FALSE). -- Hodge ------------------------------------------------------------------------ Hodge's Profile: http://www.excelforum.com/member.php...o&userid=16342 View this thread: http://www.excelforum.com/showthread...hreadid=277304 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Lookup Functions | Excel Worksheet Functions | |||
Vector lookup function | Excel Worksheet Functions | |||
Identifying exact values in alternate rows | Excel Worksheet Functions | |||
Lookup, IF, Then help | Excel Worksheet Functions | |||
double lookup, nest, or macro? | Excel Worksheet Functions |