Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Rolling Average, Time

I would like to know the best method to average time. I would ideally like to
keep the time in seconds.tenths [sss.0]. Additionally I would like to keep a
rolling average of the compiled results. So that as new results are added
they will be calculated with the old results, and produce a possible new
average, to be saved until the next set of results are added. Is this
possible? And can this be somewhat automated?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 222
Default Rolling Average, Time

If you are only recording seconds and tenths then you will only need to enter
normal numbers i.e.45.6, 52.4 etc. In the next column you could enter a
formula such as =SUM($A$1:A1)/COUNT($A$1:A1) then copy it down. The $A$1
will remain static so the sum will include the next cell in the column and
you will be dividing by the number of cells which will also increment down
the column.

"M.A.Tyler" wrote:

I would like to know the best method to average time. I would ideally like to
keep the time in seconds.tenths [sss.0]. Additionally I would like to keep a
rolling average of the compiled results. So that as new results are added
they will be calculated with the old results, and produce a possible new
average, to be saved until the next set of results are added. Is this
possible? And can this be somewhat automated?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Rolling Average, Time

Yes. If you've got cells in Excel time format, format the cells as [s].0 if
you want to display the time as seconds and tenths. Otherwise, of course,
you could just work in seconds, rather than in time, and format the cells as
number with one decimal place.
In row 2 put the formula
=IF(A2="","",AVERAGE(A$1:A2)), and copy down.
This will give you an average from the first row to the latest one as it's
added, leaving each average cell blank until the corresponding row is
completed.
If you want only the latest average shown, you could change the row 2
formula to
=IF(A3="",IF(A2="","",AVERAGE(A$1:A2)),"")
--
David Biddulph

"M.A.Tyler" <Great Lakes State wrote in message
...
I would like to know the best method to average time. I would ideally like
to
keep the time in seconds.tenths [sss.0]. Additionally I would like to keep
a
rolling average of the compiled results. So that as new results are added
they will be calculated with the old results, and produce a possible new
average, to be saved until the next set of results are added. Is this
possible? And can this be somewhat automated?



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 100
Default Rolling Average, Time

Both of these solutions work well. evidently what they say about the skinning
of a cat is true. Perhaps I could push my luck, and ask for a way to control
where the results would end up. Instead of being at the bottom of what could
be a very long column, could the updated answer be at the top? Or elsewhere?

"David Biddulph" wrote:

Yes. If you've got cells in Excel time format, format the cells as [s].0 if
you want to display the time as seconds and tenths. Otherwise, of course,
you could just work in seconds, rather than in time, and format the cells as
number with one decimal place.
In row 2 put the formula
=IF(A2="","",AVERAGE(A$1:A2)), and copy down.
This will give you an average from the first row to the latest one as it's
added, leaving each average cell blank until the corresponding row is
completed.
If you want only the latest average shown, you could change the row 2
formula to
=IF(A3="",IF(A2="","",AVERAGE(A$1:A2)),"")
--
David Biddulph

"M.A.Tyler" <Great Lakes State wrote in message
...
I would like to know the best method to average time. I would ideally like
to
keep the time in seconds.tenths [sss.0]. Additionally I would like to keep
a
rolling average of the compiled results. So that as new results are added
they will be calculated with the old results, and produce a possible new
average, to be saved until the next set of results are added. Is this
possible? And can this be somewhat automated?




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Rolling Average, Time

Yes, you can use =AVERAGE(A:A), providing you don't put that in column A.
--
David Biddulph

"M.A.Tyler" <Great Lakes State wrote in message
...
Both of these solutions work well. evidently what they say about the
skinning
of a cat is true. Perhaps I could push my luck, and ask for a way to
control
where the results would end up. Instead of being at the bottom of what
could
be a very long column, could the updated answer be at the top? Or
elsewhere?

"David Biddulph" wrote:

Yes. If you've got cells in Excel time format, format the cells as [s].0
if
you want to display the time as seconds and tenths. Otherwise, of
course,
you could just work in seconds, rather than in time, and format the cells
as
number with one decimal place.
In row 2 put the formula
=IF(A2="","",AVERAGE(A$1:A2)), and copy down.
This will give you an average from the first row to the latest one as
it's
added, leaving each average cell blank until the corresponding row is
completed.
If you want only the latest average shown, you could change the row 2
formula to
=IF(A3="",IF(A2="","",AVERAGE(A$1:A2)),"")
--
David Biddulph

"M.A.Tyler" <Great Lakes State wrote in message
...
I would like to know the best method to average time. I would ideally
like
to
keep the time in seconds.tenths [sss.0]. Additionally I would like to
keep
a
rolling average of the compiled results. So that as new results are
added
they will be calculated with the old results, and produce a possible
new
average, to be saved until the next set of results are added. Is this
possible? And can this be somewhat automated?








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
Conditional average of time Lovik Excel Worksheet Functions 2 October 14th 06 06:53 PM
Rolling Average for Prediction DangerMouse Excel Discussion (Misc queries) 7 June 19th 06 01:59 PM
rolling average William Okumu Excel Worksheet Functions 5 May 25th 06 03:49 PM
rolling 12 month average gevans Excel Worksheet Functions 5 February 21st 06 01:09 PM
rolling time period JJC Excel Worksheet Functions 4 June 9th 05 09:39 PM


All times are GMT +1. The time now is 05:37 PM.

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"