Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Formulae to sum up values including special symbol?

Hello all, I was trying to figure out if there is a way to write
formulae to sum up the values in the whole column. In this column
there are plenty of cells which has variable like #N/A. Appreciate i
you guys can help me with this problem. Thanks

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default Formulae to sum up values including special symbol?

Hi
better would be to change the formulas and avoid #N/A
errors. But try
=SUMIF(A:A,"<#N/A")


-----Original Message-----
Hello all, I was trying to figure out if there is a way

to write a
formulae to sum up the values in the whole column. In

this column,
there are plenty of cells which has variable like #N/A.

Appreciate if
you guys can help me with this problem. Thanks.


---
Message posted from http://www.ExcelForum.com/

.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Formulae to sum up values including special symbol?

=sum(if(iserror(A1:A100),"",A1:A100))
Entered with Ctrl+Shift+Enter rather than just Enter since it is an array
formula.

--
Regards,
Tom Ogilvy

"tanks1308 " wrote in message
...
Hello all, I was trying to figure out if there is a way to write a
formulae to sum up the values in the whole column. In this column,
there are plenty of cells which has variable like #N/A. Appreciate if
you guys can help me with this problem. Thanks.


---
Message posted from http://www.ExcelForum.com/



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
values greater than and including Teeny Excel Worksheet Functions 6 August 5th 09 03:48 PM
Is there a special character for "ALT+ENTER" for text formulae? Bill sailing[_2_] Excel Discussion (Misc queries) 2 March 5th 08 09:52 PM
How to detect symbol/special character code Jeff Ingman Excel Discussion (Misc queries) 19 September 26th 07 08:41 PM
Excel: 'always choose same cell' symbol for use in formulae dan Excel Discussion (Misc queries) 1 October 9th 06 04:42 PM
Calculate averages not including zero values rmellison Excel Discussion (Misc queries) 6 July 6th 06 04:21 PM


All times are GMT +1. The time now is 07:25 AM.

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"