Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem with formula: need rolling average of 10 months

Months are listed in ColumnA A2-A22
Data is listed in ColumnB B2-B22

Which formula would provide a running average of the past 10 months
(Nov-Aug)B13-B22. I would want this to update automatically next month
after adding a row for Dec-Sept B14-B23

Please help.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Problem with formula: need rolling average of 10 months

in C11 put in the formula

=if(B11<"",Average(B2:B11),"")

then drag fill that down the column

--
Regards,
Tom Ogilvy


"Claire G" wrote in message
om...
Months are listed in ColumnA A2-A22
Data is listed in ColumnB B2-B22

Which formula would provide a running average of the past 10 months
(Nov-Aug)B13-B22. I would want this to update automatically next month
after adding a row for Dec-Sept B14-B23

Please help.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Problem with formula: need rolling average of 10 months

I do the same at work but I use a weighted average because of the seasonality
of my job. Try this.

{=sum(((B2:B22)/sum(B2:B22))*B2:B22)}

Type this in without the end brackets then hit control-shift-enter. This is
an array and works fine. As the months pass drag down the function.

"Claire G" wrote:

Months are listed in ColumnA A2-A22
Data is listed in ColumnB B2-B22

Which formula would provide a running average of the past 10 months
(Nov-Aug)B13-B22. I would want this to update automatically next month
after adding a row for Dec-Sept B14-B23

Please help.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Problem with formula: need rolling average of 10 months

I do the same at work but I use a weighted average because of the seasonality
of my job. Try this. In column C type-

{=sum(((B2:B22)/sum(B2:B22))*B2:B22)}

Type this in without the end brackets then hit control-shift-enter. This is
an array and works fine. As the months pass drag down the function.

"Claire G" wrote:

Months are listed in ColumnA A2-A22
Data is listed in ColumnB B2-B22

Which formula would provide a running average of the past 10 months
(Nov-Aug)B13-B22. I would want this to update automatically next month
after adding a row for Dec-Sept B14-B23

Please help.

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
I need help with a formula for rolling twelve months QD Excel Discussion (Misc queries) 0 January 1st 08 10:43 PM
ROLLING 12 MONTHS PLEASE HELP ME!!!!! Need Help Excel Discussion (Misc queries) 1 September 21st 06 03:28 PM
Formula for calculating a rolling 12 month average in excel? Jeff Excel Discussion (Misc queries) 1 December 9th 05 09:11 PM
rolling 12 months D Excel Worksheet Functions 4 August 31st 05 10:24 AM
rolling months tjkyon Excel Discussion (Misc queries) 2 January 20th 05 05:39 PM


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