isna & if functions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to add a column of numbers; however, it contains #N/A. Don't think
I got the logic correct. Can anyone help me?

Thanks,
Lisa
 
What formula(e) are you using? Does the column contain #N/A as a result of a
formula: if so, it is best to eliminate the #N/A condition i.e set cell to 0
or blank.
 
Thanks for the quick response.

I was using If(ISNA. Anyway, the #N/A is within a pivot. I know I can change
the #N/A to 0, but I was looking to do it in a separate formula. I've seen
it, I just can't seem to recreate it.

Thanks!
 
=sum(if(isnumber(a1:a10),a1:a10))

This is an array formula. Hit ctrl-shift-enter instead of enter. If you do it
correctly, excel will wrap curly brackets {} around your formula. (don't type
them yourself.)

Adjust the range to match--but you can't use the whole column.
 
You're the best. Thanks so much. Curiosity, why do you have to hit the
cntl+shift+enter key with arrays?
 
It's a way to tell excel to treat the formula as an array formula.

(not much better than 'cause you do!, huh?)
 
Well, if you can't learn if you don't ask questions. <vbg>

Now, if you could only get some real answers, everything would be perfekt.


Thanks so much. I really appreciate your help on this. :-)
 
Well, you can't learn if you don't ask questions. <vbg>

(stupid fingers)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top