LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Senior Member
 
Location: Philippines
Posts: 161
Default

Quote:
Originally Posted by Darkh0st View Post
I really appreciate your response Wickedchew as it does work. However, it's averaging the entire column of data, and I would like it to average the past 30 days of data and shift everyday. Is this possible? Thanks again!
Let's say your table has the following information:

Column B has all the dates
Column C has all the data
Cell A1 has the start date to be averaged
Cell A2 has the end date to be averaged

=AVERAGE(OFFSET(C1,MATCH(A1,B:B,0)-1,0,(A2-A1)+1,1))

If you want it just plain 30 days from the start date:

=AVERAGE(OFFSET(C1,MATCH(A1,B:B,0)-1,0,30,1))
__________________
Asobi Wa Owari Da
 
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
How can I increase a cell reference in VLOOKUP by 11 when copying? John R. Excel Discussion (Misc queries) 2 October 19th 09 09:48 PM
Increase Cell reference by 1 for every step akoobra Excel Discussion (Misc queries) 3 May 13th 09 12:25 PM
How to Create Macro to Increase Cell Value to one and Print Worksheet [email protected] Excel Worksheet Functions 4 July 24th 08 08:48 PM
HOW DO COPY A CELL BUT INCREASE ITS REFERENCE BY TWO CELL POSITIO. Crusty Excel Discussion (Misc queries) 1 May 29th 07 05:59 PM
increase a cell reference by increments greater than one... Gary Fuller Excel Worksheet Functions 2 January 14th 05 06:51 PM


All times are GMT +1. The time now is 09:07 AM.

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"