ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   VLOOKUP Help (https://www.excelbanter.com/excel-worksheet-functions/118062-vlookup-help.html)

fluffymoore

VLOOKUP Help
 
I have a VLOOKUP formula but it returns #N/A, this is because the value im
looking for does not exist in my table array. How can I change the fomula so
if it returns #N/A, it is changed to 0.

My Formula is:

VLOOKUP($A5,'C:\Work\Tacho Infringements\[TDG EU.xls]9.4'!$1:$65536,26,FALSE)

Bob Phillips

VLOOKUP Help
 
=IF(ISNA(VLOOKUP($A5,'C:\Work\Tacho Infringements\[TDG
EU.xls]9.4'!$1:$65536,26,FALSE)),"",
VLOOKUP($A5,'C:\Work\Tacho Infringements\[TDG
EU.xls]9.4'!$1:$65536,26,FALSE))

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"fluffymoore" wrote in message
...
I have a VLOOKUP formula but it returns #N/A, this is because the value im
looking for does not exist in my table array. How can I change the fomula

so
if it returns #N/A, it is changed to 0.

My Formula is:

VLOOKUP($A5,'C:\Work\Tacho Infringements\[TDG

EU.xls]9.4'!$1:$65536,26,FALSE)



Niek Otten

VLOOKUP Help
 
=IF(ISNA(YourFormula),"",YourFormula)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"fluffymoore" wrote in message ...
|I have a VLOOKUP formula but it returns #N/A, this is because the value im
| looking for does not exist in my table array. How can I change the fomula so
| if it returns #N/A, it is changed to 0.
|
| My Formula is:
|
| VLOOKUP($A5,'C:\Work\Tacho Infringements\[TDG EU.xls]9.4'!$1:$65536,26,FALSE)




All times are GMT +1. The time now is 09:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com