ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How can I sum numbersin a column, when I also have #N/A in same co (https://www.excelbanter.com/excel-discussion-misc-queries/2077-how-can-i-sum-numbersin-column-when-i-also-have-n-same-co.html)

Tucson Guy

How can I sum numbersin a column, when I also have #N/A in same co
 


Frank Kabel

Hi
you may post your message as body of your post. But I'd guess you want
something like
=SUMIF(A1:A100,"<#NA")

--
Regards
Frank Kabel
Frankfurt, Germany
"Tucson Guy" schrieb im Newsbeitrag
...




Tucson Guy



"Tucson Guy" wrote:

Thanks for trying Frank, but it came up with "Value" error message.

Any other thoughts? Thanks

Dave Peterson

How about:

=SUM(IF(ISNUMBER(A1:A100),A1:A100))
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.)

Change the range, but not to the whole column.

Tucson Guy wrote:

"Tucson Guy" wrote:

Thanks for trying Frank, but it came up with "Value" error message.

Any other thoughts? Thanks


--

Dave Peterson

Tucson Guy


Dave, It worked perfectly. Thank you very much.
Richard

"Dave Peterson" wrote:

How about:

=SUM(IF(ISNUMBER(A1:A100),A1:A100))
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.)

Change the range, but not to the whole column.

Tucson Guy wrote:

"Tucson Guy" wrote:

Thanks for trying Frank, but it came up with "Value" error message.

Any other thoughts? Thanks


--

Dave Peterson



All times are GMT +1. The time now is 08:56 PM.

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