Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Is there any way to have the result of a VLOOKUP formula be the text string
"NO" instead of #N/A when it doesn't find a match? I'm playing around with an IF statement and the ERROR.TYPE function, but I'm not quite getting it. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
One approach: =IF(ISERROR(VLOOKUP______),"ERROR",VLOOKUP_______) Hope this helps. Andy. "jeremy nickels" wrote in message ... Is there any way to have the result of a VLOOKUP formula be the text string "NO" instead of #N/A when it doesn't find a match? I'm playing around with an IF statement and the ERROR.TYPE function, but I'm not quite getting it. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Perfect.
Thank you. "Andy" wrote: Hi One approach: =IF(ISERROR(VLOOKUP______),"ERROR",VLOOKUP_______) Hope this helps. Andy. "jeremy nickels" wrote in message ... Is there any way to have the result of a VLOOKUP formula be the text string "NO" instead of #N/A when it doesn't find a match? I'm playing around with an IF statement and the ERROR.TYPE function, but I'm not quite getting it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA | Excel Worksheet Functions | |||
VLOOKUP result is not showing up - only the formula | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
Conversion | Excel Worksheet Functions |