Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm assuming you want an average of 180 cells all the time (your second array
of 181:361 is actually 181 cells) =AVERAGE(INDIRECT("A"&(ROW(A1)-1)*180+1&":A"&ROW(A1)*180)) As you copy this down, it will average 1:180, 181:360, 361:540, etc. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tiggs96" wrote: We have an excel spreadsheet with constant data entered. We are trying to formulate a constant average of these points and having no luck. Is there a way to set up a formula that will consistantly average points? An example of what we are looking for would be averaging (A1:A180) and then the next average would be (A181:A361). Can somebody help me figure out how to make this a consistant formula without having to constantly put in the next round of cells? Lori |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thanks for all your help that works just the way we needed it to. I really
appreciated all your help. "Luke M" wrote: I'm assuming you want an average of 180 cells all the time (your second array of 181:361 is actually 181 cells) =AVERAGE(INDIRECT("A"&(ROW(A1)-1)*180+1&":A"&ROW(A1)*180)) As you copy this down, it will average 1:180, 181:360, 361:540, etc. -- Best Regards, Luke M *Remember to click "yes" if this post helped you!* "tiggs96" wrote: We have an excel spreadsheet with constant data entered. We are trying to formulate a constant average of these points and having no luck. Is there a way to set up a formula that will consistantly average points? An example of what we are looking for would be averaging (A1:A180) and then the next average would be (A181:A361). Can somebody help me figure out how to make this a consistant formula without having to constantly put in the next round of cells? Lori |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to average subtotal cells in a column with other data | Excel Discussion (Misc queries) | |||
Excel-only average cells if two cells in same row, meet two condit | Excel Worksheet Functions | |||
average cells, show 0 if nothing to average | Excel Discussion (Misc queries) | |||
average 2 cells (Mileage Divide by Gallons in two cells | Excel Discussion (Misc queries) | |||
Average dynamic data cells over a one hour period? | Excel Discussion (Misc queries) |