Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default how does the AVERAGE function work?

I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,290
Default how does the AVERAGE function work?

30 arguments not 30 numbers
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware


"Dave F"
wrote in message

I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,118
Default how does the AVERAGE function work?

The limit you are referring to is the number of individual arguments the
function can accept....not the number of cells referenced.

Example:
In this formula: =AVERAGE(A1:A1000,C1:C1000)
there are 2 arguments: A1:A1000 and C1:C1000

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Dave F" wrote:

I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default how does the AVERAGE function work?

=average() can only accept 30 arguments--not 30 numbers.

=average(a1,a17,b33,d1932,...)

But there are ways around it.

=average((a1,a17,b33,d1932,...))

Note the inside ()'s. That will be treated as one range--and one argument.

Dave F wrote:

I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,688
Default how does the AVERAGE function work?

AVERAGE can only accept thirty numbers.

No, Average can accept up to 30 arguments:

D2:D232

is just one argument.

=AVERAGE(A1,A2,A3,A4,A5)

That has 5 arguments

=AVERAGE(A1:A100,AA1:AA100)

That has 2 arguments

=AVERAGE((A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,
A13,A14,A15,A16,A17,A18,A19,A20,A21,A22,A23,A24,A2 5,
A26,A27,A28,A29,A30,A31,A32,A33,A34,A35,A36))

That has 1 argument

Biff

"Dave F" wrote in message
...
I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same
calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default how does the AVERAGE function work?

Thanks all for the explanation.
--
Brevity is the soul of wit.


"Biff" wrote:

AVERAGE can only accept thirty numbers.


No, Average can accept up to 30 arguments:

D2:D232

is just one argument.

=AVERAGE(A1,A2,A3,A4,A5)

That has 5 arguments

=AVERAGE(A1:A100,AA1:AA100)

That has 2 arguments

=AVERAGE((A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,
A13,A14,A15,A16,A17,A18,A19,A20,A21,A22,A23,A24,A2 5,
A26,A27,A28,A29,A30,A31,A32,A33,A34,A35,A36))

That has 1 argument

Biff

"Dave F" wrote in message
...
I just used the function average: =AVERAGE(D2:D232) and then recalled that
AVERAGE can only accept thirty numbers.

So, I did =SUM(D2:232)/COUNT(D2:232) and that returned the same
calculation
as AVERAGE(D2:D232).

What gives?
--
Brevity is the soul of wit.




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
Basing Average function range on Date? DangerMouse Excel Discussion (Misc queries) 4 June 20th 06 06:21 PM
average function Sum Limit and marking Excel Worksheet Functions 0 June 8th 06 04:49 PM
Split into 2 wrkshts, now function doesn't work Keith Excel Worksheet Functions 0 May 25th 06 12:28 AM
Average function assistance Larry L Excel Discussion (Misc queries) 8 August 26th 05 07:29 PM
Error Handling #N/A with AVERAGE Function - Average of values in Row Sam via OfficeKB.com Excel Worksheet Functions 13 July 31st 05 03:59 PM


All times are GMT +1. The time now is 09:29 PM.

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

About Us

"It's about Microsoft Excel"