Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
 
Posts: n/a
Default 30 Arugments limit- SUM, AVERAGE, etc.

Is there a way to work around the limit of 30 arguments limitation for common
functions?

I'm trying to average a large number of ranges on seperate worksheets. Is
this possible?

Thank you!

  #2   Report Post  
Dave R.
 
Posts: n/a
Default

It sounds possible. Can you give (part of) an example of how you would do it
if you did it with the method that would run up against the limit? I.e.,
write out a few parts of it so people can see what you're trying to do.

Are the ranges the same on each worksheet?

"Bryan - " <Bryan -
wrote in message
...
Is there a way to work around the limit of 30 arguments limitation for

common
functions?

I'm trying to average a large number of ranges on seperate worksheets. Is
this possible?

Thank you!



  #3   Report Post  
Harlan Grove
 
Posts: n/a
Default

Dave R. wrote...
It sounds possible. Can you give (part of) an example of how you would do it
if you did it with the method that would run up against the limit? I.e.,
write out a few parts of it so people can see what you're trying to do.

Are the ranges the same on each worksheet?

....

Ranges on the same worksheet can be grouped.

=AVERAGE(A1:B10,D11:E20,G21:H30)

has 3 arguments, but

=AVERAGE((A1:B10,D11:E20,G21:H30))

has 1 argument, a multiple-area range.

Dave's question, if you answer affirmatively, would lead to using 3D
references like

=AVERAGE(Sheet1:Sheet100!C5:J10)

When all else fails, use brute force.

=SUM(SUM(Ref1,Ref2,...),SUM(Ref31,Ref32,...),...,S UM(Refx,Refy,...))
/SUM(COUNT(Ref1,Ref2,...),COUNT(Ref31,Ref32,...),.. .,COUNT(Refx,Refy,...))

You'll run out of available characters in individual cell formulas
before you exhaust this approach.

  #4   Report Post  
 
Posts: n/a
Default

Thanks so much!

"Harlan Grove" wrote:

Dave R. wrote...
It sounds possible. Can you give (part of) an example of how you would do it
if you did it with the method that would run up against the limit? I.e.,
write out a few parts of it so people can see what you're trying to do.

Are the ranges the same on each worksheet?

....

Ranges on the same worksheet can be grouped.

=AVERAGE(A1:B10,D11:E20,G21:H30)

has 3 arguments, but

=AVERAGE((A1:B10,D11:E20,G21:H30))

has 1 argument, a multiple-area range.

Dave's question, if you answer affirmatively, would lead to using 3D
references like

=AVERAGE(Sheet1:Sheet100!C5:J10)

When all else fails, use brute force.

=SUM(SUM(Ref1,Ref2,...),SUM(Ref31,Ref32,...),...,S UM(Refx,Refy,...))
/SUM(COUNT(Ref1,Ref2,...),COUNT(Ref31,Ref32,...),.. .,COUNT(Refx,Refy,...))

You'll run out of available characters in individual cell formulas
before you exhaust this approach.


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
Limit or Exclude cells in Average and Sum formula dagger Excel Worksheet Functions 3 July 7th 05 03:52 PM
Weighed Average of a weiged average when there are blanks krl - ExcelForums.com Excel Discussion (Misc queries) 1 July 6th 05 07:37 PM
What is this kind of average called? havocdragon Excel Worksheet Functions 3 June 24th 05 05:10 PM
average function in Excel 2002 Sherry New Users to Excel 13 May 8th 05 01:49 PM
Average the Last Five Cells in a Column Warrior Princess Excel Worksheet Functions 3 March 16th 05 02:12 PM


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