Hi there!
I'm working with data, which is grouped by weeks (no daily split available but result for every day within particular week is equal, no daily fluctuations).
I'm trying now to create a monthly average, which would be based on calendar months, from the 1st till 31st of a month. My problem comes from the straddling weeks. What would be the best way to calculate a monthly average score, where the formula will recognise the straddling weeks, divide them between two months and look only at the results from particular calendar month?
Based on the above, I'm looking for an average of:
- 3 days with score 9
- rest of the month with score 4
Thanks for your help!
I'm working with data, which is grouped by weeks (no daily split available but result for every day within particular week is equal, no daily fluctuations).
I'm trying now to create a monthly average, which would be based on calendar months, from the 1st till 31st of a month. My problem comes from the straddling weeks. What would be the best way to calculate a monthly average score, where the formula will recognise the straddling weeks, divide them between two months and look only at the results from particular calendar month?
Based on the above, I'm looking for an average of:
- 3 days with score 9
- rest of the month with score 4
Thanks for your help!