Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6
Default Calculation of a running mean

I use a spreadsheet to record test scores - 12 per year. I want to have a
cell where the mean test score is calculated on a running basis - so if there
are 2 tests entered the mean of the two is displayed, 3 testst enetred the
mean of the three is displayed, and so on. Yesterday I received the
suggestion that I use =AVERAGE(Cell addresses), but when I try that it cannot
cope with the empty cells which are for test scores that have yet to be
inputted. Is there a way of doing this?

I am using Excel 2003 and don't have access to the additional statistics
package.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Calculation of a running mean

With the test scores in A1 - A12 try this:-

=SUM(A1:A12)/COUNTIF(A1:A12,"0")

Mike

"clatters69" wrote:

I use a spreadsheet to record test scores - 12 per year. I want to have a
cell where the mean test score is calculated on a running basis - so if there
are 2 tests entered the mean of the two is displayed, 3 testst enetred the
mean of the three is displayed, and so on. Yesterday I received the
suggestion that I use =AVERAGE(Cell addresses), but when I try that it cannot
cope with the empty cells which are for test scores that have yet to be
inputted. Is there a way of doing this?

I am using Excel 2003 and don't have access to the additional statistics
package.

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
Calculation of a running mean clatters69 Excel Discussion (Misc queries) 2 June 14th 07 05:07 PM
Running Add-In from VBA BillCPA Excel Discussion (Misc queries) 1 April 4th 06 04:48 PM
Pivot Table - Running Calculation Dimitri Excel Discussion (Misc queries) 4 February 9th 06 03:57 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 10:11 PM
How do I use a rounded calculation result in another calculation? vnsrod2000 Excel Worksheet Functions 1 January 26th 05 09:36 PM


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