First time poster, I have done quite a lot of searching trying to work out how to do this. Have found a lot of examples but not one that quite works for what I need it to do.
In sheet 1 (TEAM SHEETS), I want to create a 3 game rolling average (D6) for the data in sheet 2, D5, F5, and H5. And as the data is entered for J5 I receive a new 3 game average rolling average for F5, H5 and J5 in that same cell.
For example, the corresponding data in D5, F5, and H5 should return a 3 game rolling average of 4.3 in Sheet 1 D6. As the next value is entered into J5, Sheet 1 D6 will then change to represent the new 3 game average of 6.16. And so forth until the 82nd game at the end of the worksheet.
I would also like to do this same process for a 5 game average in Sheet 1 E6.
I hope that makes sense, if any one could help me out that would be great!
I have attached the relevant spreadsheet.
Last edited by Bradleypike; 08-13-2017 at 10:25 AM.
MS 365 Subscription Insider Beta Channel (Windows 11 64-bit)
Posts
62,101
Re: Creating a rolling average
Welcome to the forum!
Will you please attach a sample Excel workbook? We are not able to work with or manipulate a picture of one.
1. Make sure that your sample data are REPRESENTATIVE of your real data. The use of unrepresentative data is very frustrating and can lead to long delays in reaching a solution.
2. Make sure that your desired solution is also shown (mock up the results manually).
3. Make sure that all confidential data is removed or replaced with dummy data first (e.g. names, addresses, E-mails, etc.).
4. Try to avoid using merged cells as they cause lots of problems.
Unfortunately the attachment icon doesn't work at the moment, so to attach an Excel file you have to do the following: just before posting, scroll down to Go Advanced and then scroll down to Manage Attachments. Now follow the instructions at the top of that screen.
Please pay particular attention to point 2 (above): without an idea of your intended outcomes, it is often very difficult to offer appropriate advice.
Ali Enthusiastic self-taught user of MS Excel who's always learning! Don't forget to say "thank you" to anyone who has offered you help in your thread. You can reward them by clicking on * Add Reputation below theur user name on the left, if you wish.
Forum Rules (updated September 2018): please read them here.
How to use the Power Query code you've been given: help here. More about the Power suite here.
Sorry I should note, the data in Column B, Sheet 2, is the total average for the data in each individual row.
I am a bit of a newbie when it comes to excel, but I don't think that this completely works for the job I need it to do as I only have approximately 30 minutes each day to enter the new data for each game and then analyse the data for what I need it to do.
This way looks a lot more labour intensive than I unfortunately have time for each day. Thus I was hoping there was a function/formula out there for me which would recalculate the data automatically as it is entered each day.
Using MATCH function as a reference point for finding a range using the OFFSET function
Hi,
Sorry I seem to be running into a lot of trouble with this spreadsheet Im working on.
I have been trying to find ways I can create a rolling average without inputting a whole lot of data each day.
I am hoping that I have found a solution to this problem. Just need the aid of some experts to help me get there.
What I want to do is create a 3 game rolling average in "TEAM SHEETS" Cell D6.
I believe I can do this by using the AVERAGE, OFFSET and MATCH functions together.
I dont quite understand the OFFSET function completely, but think that I will be able to use the MATCH function to find the reference point (To find "TEAM SHEETS" Cell A2, in "Sheet 1" Column A.
The data I want to find the averages of are in Sheet 1 Column C.
I tried this formula to get it to work but had no luck.
I have come across another small problem. When trying to copy paste this formula to other cells it comes up with a #N/A. However when I type the formula in manually it seems to work fine?
Bookmarks