Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 17
Default Summing non contiguous cells

I am trying to sum 44 non contiguous cells. But after I do about 30, it no
longer allows me to select them. Is this something in Excel 2003? A setting I
can change?
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Summing non contiguous cells

Try creating four 10-cell non-contiguious RangeNames.....(hold down Ctrl
while selecting the cells).........then SUM them by RangeName

=SUM(Range1,Range2,Range3,Range4)

Vaya con Dios,
Chuck, CABGx3



"Millie" wrote:

I am trying to sum 44 non contiguous cells. But after I do about 30, it no
longer allows me to select them. Is this something in Excel 2003? A setting I
can change?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 459
Default Summing non contiguous cells

Millie wrote:
I am trying to sum 44 non contiguous cells. But after I do about 30,
it no longer allows me to select them. Is this something in Excel
2003? A setting I can change?



There's no setting to change: it's a limitation of a Excel.

Instead of using a SUM function you can use the "+" operator, or you can
break your SUM into two SUM:

=SUM(arg1,arg2, ... ,arg30)+SUM(arg31,arg32, ... ,arg44)

--
Hope I helped you.

Thanks in advance for your feedback.

Ciao

Franz Verga from Italy


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Summing non contiguous cells

Millie

Add an extra pair of parens.

=SUM((A1,A3,A4 up to 44 cells))


Gord Dibben MS Excel MVP

On Thu, 10 Aug 2006 10:15:02 -0700, Millie
wrote:

I am trying to sum 44 non contiguous cells. But after I do about 30, it no
longer allows me to select them. Is this something in Excel 2003? A setting I
can change?


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Summing non contiguous cells

If there is a *pattern* to those non-contiguous cells, such as every second,
or third, or tenth, or whatever, post back and let us know what it might be,
so that a formula might be suggested where typing those cells in
individually wouldn't be necessary.
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Millie" wrote in message
...
I am trying to sum 44 non contiguous cells. But after I do about 30, it no
longer allows me to select them. Is this something in Excel 2003? A
setting I
can change?




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
XIRR and Non Contiguous Cells John Taylor Excel Discussion (Misc queries) 2 August 2nd 06 12:41 AM
summing a volitile number of cells Shunt Excel Discussion (Misc queries) 5 May 24th 06 10:34 PM
Summing cells in array Garth Excel Worksheet Functions 2 April 6th 06 08:48 AM
Summing visable cells only Paully Shore Excel Discussion (Misc queries) 6 December 20th 05 04:37 PM
Summing cells in pivot tables Ted Excel Discussion (Misc queries) 1 April 5th 05 05:10 PM


All times are GMT +1. The time now is 05:37 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"