Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I need help with a formula for rolling twelve months | Excel Discussion (Misc queries) | |||
ROLLING 12 MONTHS PLEASE HELP ME!!!!! | Excel Discussion (Misc queries) | |||
Formula for calculating a rolling 12 month average in excel? | Excel Discussion (Misc queries) | |||
rolling 12 months | Excel Worksheet Functions | |||
rolling months | Excel Discussion (Misc queries) |