Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tucson Guy
 
Posts: n/a
Default How can I sum numbersin a column, when I also have #N/A in same co


  #2   Report Post  
Frank Kabel
 
Posts: n/a
Default

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
...



  #3   Report Post  
Tucson Guy
 
Posts: n/a
Default



"Tucson Guy" wrote:

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

Any other thoughts? Thanks
  #4   Report Post  
Dave Peterson
 
Posts: n/a
Default

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
  #5   Report Post  
Tucson Guy
 
Posts: n/a
Default


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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
hide column but show chart Svetlana Charts and Charting in Excel 1 January 14th 05 09:49 AM
Putting text in a column based on variable text from another colum Jacky D. Excel Discussion (Misc queries) 1 December 16th 04 06:09 PM
Change the width of a single column in a column chart Dave Charts and Charting in Excel 2 December 13th 04 07:25 PM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 2 November 27th 04 01:55 AM
How do I sort a column of formulas in Excel? Gordon Excel Discussion (Misc queries) 0 November 26th 04 03:19 PM


All times are GMT +1. The time now is 03:45 PM.

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

About Us

"It's about Microsoft Excel"