ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How to replae #NA with 0 (https://www.excelbanter.com/excel-worksheet-functions/153044-how-replae-na-0-a.html)

SG

How to replae #NA with 0
 
HI

Any one can guide me that how to replace #NA with 0, iam using vlookup
with match but i doesn't works well

thanks


Arvi Laanemets

How to replae #NA with 0
 
Hi

=IF(ISNA(VLOOKUP(...)),0,VLOOKUP(...))
or
=IF(ISERROR(VLOOKUP(...)),0,VLOOKUP(...))


Arvi Laanemets


"SG" wrote in message
ps.com...
HI

Any one can guide me that how to replace #NA with 0, iam using vlookup
with match but i doesn't works well

thanks




SG

How to replae #NA with 0
 
On Aug 5, 1:05 pm, "Arvi Laanemets" wrote:
Hi

=IF(ISNA(VLOOKUP(...)),0,VLOOKUP(...))
or
=IF(ISERROR(VLOOKUP(...)),0,VLOOKUP(...))

Arvi Laanemets


hi Arvi

It works well thank you very much for your support
SG

"SG" wrote in message

ps.com...



HI


Any one can guide me that how to replace #NA with 0, iam using vlookup
with match but i doesn't works well


thanks- Hide quoted text -


- Show quoted text -





All times are GMT +1. The time now is 05:13 AM.

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