I'm trying to create a pivot table that summarizes Resource and Number of Days required per project phase. Each resource can appear across multiple phases for different durations. However, due to the amount of data that I have, I can't just add a phase column and then put a new row and line of data for each of the phases.
I can do this using countif
and sumif
, but due to the changing nature of my data and wanting to integrate slicers to cut the data with certain criteria, I need it to be in a pivot table.
I do think the issue is likely how I have arranged this data; an example of which can be seen here:
The values are not just 1, 2, and 3 for the days in the real data set, but the purpose is that if Resource is over a certain value (not blank or 0) then this person works in that phase. My attempt to identify someone working in a particular phase were the phase columns, but they are not necessary as this was just my attempt at a solution.
An example of how I am envisioning the output is below: