The formula works fine, but I am trying to add an [ISNA] to the formula with no success.
=VLOOKUP($C$5,Data,3,FALSE)&", "&VLOOKUP($C$5,Data,4,FALSE)
I can get either part to work but I am having no luck when I try to combine the two lookups
=IF(ISNA(VLOOKUP($C$5,Data,3,FALSE)),""&", "&IF(ISNA(VLOOKUP($C$5,Data,4,FALSE)),"",IF(ISNA(VLOOKUP($C$5,Data,3,FALSE)),"",&", "&IF(ISNA(VLOOKUP($C$5,Data,4,FALSE))
It should return a City from Data3 and a State from Data4 with a coma separation and show no value if their is no value in the cell being queried. such as in the formula below.
=IF(ISNA(VLOOKUP(...)),"",VLOOKUP(...))
Thanks
Jim O
Bookmarks