Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=IF(COUNTIF(A$1:A$3,C1),VLOOKUP(C1,A$1:B$3,2,0),"" ) -- Biff Microsoft Excel MVP "Rj" wrote in message ... How do I do a VLOOKUP and return nothing instead of #N/A? For instance, if I have D1= "=VLOOKUP(C1,$A$1:$B$3,2,FALSE)" Instead of #N/A I would rather get nothing. A B C D 1 5 Red 3 #N/A 2 10 Blue 5 Red 3 15 Green 15 Green 4 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookUp - Does the VLookUp return the exact information? | Excel Worksheet Functions | |||
Vlookup in vlookup - taking the result as array name | Excel Worksheet Functions | |||
Combine VLOOKUP and IF function so #NA isn't returned as a value from VLOOKUP | Excel Discussion (Misc queries) | |||
Vlookup -=VLOOKUP(F9,LookUp1!$A$2:$B$1504,2,FALSE) | New Users to Excel | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |