Forum Discussion
fslef
Microsoft Employee
6 years agoSummarize date with input data = 1 collumn per day
Hello,
I have an Excel spreadsheet as an input file with the following data:
| Project Name | 01/01/2020 | 02/01/2020 | 03/01/2020 | 04/01/2020 | 05/01/2020 | 06/01/2020 | 07/01/2020 | 08/01/2020 | 09/01/2020 | 10/01/2020 |
| Project 1 | 8 | 8 | 8 | 4 | 4 | 4 | ||||
| Project 2 | 4 | 4 | 4 | 8 | 8 |
These data are representing a project workload per day / per project.
How can I proceed to summarize my data per week or month (but still per project)?
Thanks in advance for your help