Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUM function settings

Hello
The SUM function allows up to 30 numbers to be added
=SUM(number1;number2;;;numbern;;;number30). Is there a way to modify
the settings of this function to accommodate more numbers?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,501
Default SUM function settings

George,

=Sum(a1,a3,etc to 30)+Sum(b1,b2 etc up to another 30)

Mike

"George" wrote:

Hello
The SUM function allows up to 30 numbers to be added
=SUM(number1;number2;;;numbern;;;number30). Is there a way to modify
the settings of this function to accommodate more numbers?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 634
Default SUM function settings

Contiguous ranges should only use up one of those arguments, eg:

=SUM(A1:A1000,B2,C3,D4:D55,E6,F6,G2:G345) etc

You can always use more than one SUM function and them if you really need
to, but if that's the case then generally I would suggest you either be
looking at another function, eg SUMIF/SUMPRODUCT etc, or perhaps
restructuring your data.

Regards
Ken........................


"George" wrote in message
...
Hello
The SUM function allows up to 30 numbers to be added
=SUM(number1;number2;;;numbern;;;number30). Is there a way to modify
the settings of this function to accommodate more numbers?



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default SUM function settings

It's up to 30 arguments, not 30 numbers. The arguments can be ranges, each
of which contain many numbers.

Also, remember that you can use
=number1+number2+...+numbern+...+number30+number31 +number32+... without the
SUM function.
--
David Biddulph

"George" wrote in message
...
Hello
The SUM function allows up to 30 numbers to be added
=SUM(number1;number2;;;numbern;;;number30). Is there a way to modify
the settings of this function to accommodate more numbers?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,572
Default SUM function settings

You can exceed the 30 argument limit by simply using a double parenthesis.

=Sum((arg1,arg2,arg3, ... arg50,arg51, ...etc.))
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"George" wrote in message
...
Hello
The SUM function allows up to 30 numbers to be added
=SUM(number1;number2;;;numbern;;;number30). Is there a way to modify
the settings of this function to accommodate more numbers?


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
Zero Value Settings Sallie Excel Discussion (Misc queries) 1 April 5th 07 04:28 PM
Is there a way to 'copy' my XL settings to another PC? Ingeniero1 Excel Discussion (Misc queries) 4 April 30th 06 07:03 PM
Backup settings optimizer Excel Discussion (Misc queries) 0 February 9th 06 07:11 PM
Settings tjh Excel Discussion (Misc queries) 0 August 9th 05 09:20 PM
settings Bee Excel Worksheet Functions 1 February 22nd 05 06:07 PM


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