Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
My vlookup formual returns #N/A when there is not a match in my lookup table.
When there isn't a match, I would like the formula to return a balnk cell rather than #N/A so that users don't think there are problems with the formula. Any ideas? Thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
surround your formula like this
=IF(ISERROR(formula),"",formula) or =IF(ISERROR(formula),"not in list",formula) "Fletch" wrote: My vlookup formual returns #N/A when there is not a match in my lookup table. When there isn't a match, I would like the formula to return a balnk cell rather than #N/A so that users don't think there are problems with the formula. Any ideas? Thanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works perfectly - Thank You!
"Sloth" wrote: surround your formula like this =IF(ISERROR(formula),"",formula) or =IF(ISERROR(formula),"not in list",formula) "Fletch" wrote: My vlookup formual returns #N/A when there is not a match in my lookup table. When there isn't a match, I would like the formula to return a balnk cell rather than #N/A so that users don't think there are problems with the formula. Any ideas? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using single cell reference as table array argument in Vlookup | Excel Worksheet Functions | |||
VLOOKUP Limitations | Excel Worksheet Functions | |||
Have Vlookup return a Value of 0 instead of #N/A | Excel Worksheet Functions | |||
vlookup data hidden within worksheet | Excel Worksheet Functions | |||
Vlookup info being used without vlookup table attached? | Excel Worksheet Functions |