PC Review


Reply
Thread Tools Rate Thread

how can i average more than 30 fields?

 
 
=?Utf-8?B?dGVl?=
Guest
Posts: n/a
 
      15th Jul 2006
I am trying to set up a bowling league spreadsheet. The bowling league
consists of 32 weeks. I need to figure each bowlers individual average for
32 weeks which is done by adding up the weekly averages and dividing by the
numbers of weeks bowled. The program won't let me average more than 30
fields.

Is there a way around this?

Thanks
 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      15th Jul 2006
You probably have a formula like =AVERAGE(A1,A2,A3,......
Instead, use =AVERAGE(A1:A32)

--
Kind regards,

Niek Otten
Microsoft MVP - Excel

"tee" <(E-Mail Removed)> wrote in message news:2E3692C8-E3FE-4192-930A-(E-Mail Removed)...
|I am trying to set up a bowling league spreadsheet. The bowling league
| consists of 32 weeks. I need to figure each bowlers individual average for
| 32 weeks which is done by adding up the weekly averages and dividing by the
| numbers of weeks bowled. The program won't let me average more than 30
| fields.
|
| Is there a way around this?
|
| Thanks


 
Reply With Quote
 
Biff
Guest
Posts: n/a
 
      15th Jul 2006
What's your current formula look like?

AVERAGE can have up to 30 arguments.

If you're working with non-contiguous cells like this:

=AVERAGE(A1,A5,A10,A15,A20.....etc)

There's a way to get around having to enter individual references.

Post your formula and/or tell us EXACTLY what cells need averaged. The more
details you provide the better chance of getting a solution.

Biff

"tee" <(E-Mail Removed)> wrote in message
news:2E3692C8-E3FE-4192-930A-(E-Mail Removed)...
>I am trying to set up a bowling league spreadsheet. The bowling league
> consists of 32 weeks. I need to figure each bowlers individual average
> for
> 32 weeks which is done by adding up the weekly averages and dividing by
> the
> numbers of weeks bowled. The program won't let me average more than 30
> fields.
>
> Is there a way around this?
>
> Thanks



 
Reply With Quote
 
RagDyeR
Guest
Posts: n/a
 
      15th Jul 2006
What formula are you using?

The Average() function will work over an entire column!

If you have blank cells in the weekly average column (not 0's), you could
use something like this:

=Average(E:E)

Where the weekly average formula in Column E was something like this *array*
formula:

=IF(A1:C1<>0,AVERAGE(A1:C1),"")

--
Array formulas are entered using CSE, <Ctrl> <Shift> <Enter>, instead of the
regular <Enter>, which will *automatically* enclose the formula in curly
brackets, which *cannot* be done manually. Also, CSE *must* be used when
revising the formula.


--

HTH,

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

"tee" <(E-Mail Removed)> wrote in message
news:2E3692C8-E3FE-4192-930A-(E-Mail Removed)...
I am trying to set up a bowling league spreadsheet. The bowling league
consists of 32 weeks. I need to figure each bowlers individual average for
32 weeks which is done by adding up the weekly averages and dividing by the
numbers of weeks bowled. The program won't let me average more than 30
fields.

Is there a way around this?

Thanks


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Average in a group of fields =?Utf-8?B?Um9iZXJ0IEtlbXA=?= Microsoft Access 5 4th Nov 2006 01:34 PM
Calculate Average across 4 fields =?Utf-8?B?aHVnaGVzczc=?= Microsoft Access 6 27th Jul 2006 12:58 AM
sum fields and then average them =?Utf-8?B?VGFpbHdhZw==?= Microsoft Access Queries 7 10th Sep 2005 03:19 AM
Average of values in several fields Herman Microsoft Access Queries 1 29th Mar 2004 12:33 PM
Average 4 fields John Nelson Microsoft Access Queries 3 19th Jul 2003 03:53 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:59 PM.