Thread: If-VLookup
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Niek Otten
 
Posts: n/a
Default If-VLookup

=IF(ISNA(YourLookupFormula),"","Good")

--
Kind regards,

Niek Otten


"lacosta" wrote in
message ...

Hello,

I have an If Vlookup formula where If the VLookup item is not found or
results in an N/A then leave the cell blank. If it finds what its
looking for then put the word "Good" in the cell.

The formula below is putting "Good" when it finds a good result and N/A
when it doesn't find the match.

Please help. I have tried over a dozen things but nothing worked.

IF(VLOOKUP(A1829,'MAP Inbox'!$1:$65536,1,FALSE),"Good")


--
lacosta
------------------------------------------------------------------------
lacosta's Profile:
http://www.excelforum.com/member.php...o&userid=15519
View this thread: http://www.excelforum.com/showthread...hreadid=518810