Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Gordon,
To ensure an exact match in a VLOOKUP, set the last argument to FALSE. E.g., =VLOOKUP(123,A1:B10,2,FALSE) To display an error message if not found, use something like =IF(ISERROR(VLOOKUP(123,A1:B10,2,FALSE)),"Error",V LOOKUP(123,A1:B10,2,FALSE) ) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Gordon Cartwright" wrote in message ... Hi... I need a vlookup formula/code that will return an EXACT value or an error message telling the user that the number they've enetered doesn't exist... Help in any form welcome! GC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Accuracy | Excel Discussion (Misc queries) | |||
VLOOK-pivot table expanding want to update vlook automatically | Excel Worksheet Functions | |||
VLOOK-pivot table expanding want to update vlook automatically | Excel Worksheet Functions | |||
CHecking accuracy | Excel Discussion (Misc queries) | |||
Accuracy | Excel Programming |