PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Crashes Re: How do you work around the #N/A error?

Reply

Re: How do you work around the #N/A error?

 
Thread Tools Rate Thread
Old 03-07-2003, 10:32 AM   #1
Jan Karel Pieterse
Guest
 
Posts: n/a
Default Re: How do you work around the #N/A error?


Hi,

In your summing formula use something like this:

=SUM(IF(ISNA(A1:A100),0,A1:A100))

Confirm with control-shift-enter, since this is an array
formula.

Regards,

Jan Karel Pieterse
Excel TA/MVP

>-----Original Message-----
>I am trying to sum three cells of numbers. Each cell's
>value is the result of a Vlookup and, in some cases, the
>Lookup Value does not exist. If the Value does not exist

I
>would like to add a zero to my sum instead. All of my
>efforts to add an error check have failed. Any IF
>statement I use checking such "IF(ISNA(A1)="TRUE",0,A1)"
>or "IF(A1="#N/A",0,A1)" have returned circular reference
>errors. I do not want approximate values returned so I'm
>using Range Lookup=FALSE. There must be some way around
>this problem but I have no idea what it is. Any help you
>can offer would be greatly appreciated. Thanks.
>.
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off