=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))