Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi All,
I am working on a workbook that requires prior 3 month average calculations each month for several rows. So lets say its July right now and Apr, May, June numbers are in columns A B and C. When I go into Aug, I want the forumla to calculate the average of B, C and D and so on for each new month. Can any one help me with how I can make the inputs dynamic, so I dont have to update it each month. Assistance will be greatly appreciated. Regards, Sumaira |
#2
![]() |
|||
|
|||
![]() Quote:
Hope this helps |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am working on a workbook that requires prior 3 month average
calculations each month for several rows. So lets say its July right now and Apr, May, June numbers are in columns A B and C. When I go into Aug, I want the forumla to calculate the average of B, C and D and so on for each new month. If the numbers are in row 1 starting at A1, and if there are no gaps, and if future months' cells are empty, then maybe this meets the need: =IF(COUNTA(1:1)<3,"not enough data", AVERAGE(OFFSET(A1,0,COUNTA(1:1)-3,1,3))) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help making this macro dynamic :) | Excel Programming | |||
Making condition dynamic? | Excel Discussion (Misc queries) | |||
Making a dynamic list?! | Excel Discussion (Misc queries) | |||
making autofill range dynamic | Excel Programming | |||
Making a Dynamic List in Listbox | Excel Programming |