archipelag0
New Member
- Joined
- Jan 14, 2022
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
I have a series of data entries (recording electricity usage in kWh) that were taken on various random days of the year.
I'd like to summarise this into monthly totals and ideally find a daily average for each month.
As an example:
So for January, for example since the first data wasn't taken for a few days it would need to be reckoned backwards using the values from December. Likewise February could be determined from the average number of days in the month and the dates either side. Effectively it's 'chopping' an interpolated curve of points into monthly/daily slices.
I looked at SUMPRODUCT and EOMONTH but can't quite find the right way to do this.
Can anyone help?
Thanks in advance
I'd like to summarise this into monthly totals and ideally find a daily average for each month.
As an example:
Monday, December 28, 2020 | 5081 |
Saturday, January 09, 2021 | 5413 |
Monday, January 25, 2021 | 5543 |
Tuesday, February 09, 2021 | 5634 |
Tuesday, March 02, 2021 | 5847 |
Tuesday, March 09, 2021 | 5922 |
So for January, for example since the first data wasn't taken for a few days it would need to be reckoned backwards using the values from December. Likewise February could be determined from the average number of days in the month and the dates either side. Effectively it's 'chopping' an interpolated curve of points into monthly/daily slices.
I looked at SUMPRODUCT and EOMONTH but can't quite find the right way to do this.
Can anyone help?
Thanks in advance