Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SG SG is offline
external usenet poster
 
Posts: 9
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 510
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
SG SG is offline
external usenet poster
 
Posts: 9
Default 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 -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 11:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"