![]() |
VLOOKUP help
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)) |
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)) |
VLOOKUP help
Thanks Bernard. Very Much.
"Bernard Liengme" wrote: =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)) |
All times are GMT +1. The time now is 06:54 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com