Thread
:
would like to substitute and return value of 0 for vlookup #N/A er
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Toppers
external usenet poster
Posts: 4,339
would like to substitute and return value of 0 for vlookup #N/A er
=IF(ISNA(VLOOKUP(......)),0,VLOOKUP(.......))
"egols" wrote:
I would like to return the value of 0 when the vlookup would otherwise return
the error #N/A - any suggestions?
Reply With Quote
Toppers
View Public Profile
Find all posts by Toppers