Thread: VLOOKUP help
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernard Liengme[_3_] Bernard Liengme[_3_] is offline
external usenet poster
 
Posts: 1,104
Default VLOOKUP help

=IF(ISNA(your-vlookup-formula),"", your-vlookup-formula)
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Ayo" wrote in message
...
I am trying to use vlookup in the new Excel 2007. Is there a way to write a
formula that would return a blank if the vlookup results to a "#N/A" and
returns the vlookup value if there is a value to result.
=IF(VLOOKUP($C115,insiteTracker,8,FALSE)="#N/A","",VLOOKUP($C115,insiteTracker,8,FALSE))