I have a multiple steps to take to finish out projects and would like to review the time it takes to complete each step. I need to keep the data in the the example table unsorted, but would like to display an associated bar chart that sorts the last column (days between) from smallest to largest. Creating a standard bar chart does not allow for the sorting of the chart data unless the table data is sorted in a corresponding manner.
I believe this need to be done via a pivot table, which I am not very experienced with. Any help is greatly apprecaited!
I believe this need to be done via a pivot table, which I am not very experienced with. Any help is greatly apprecaited!
Location | Project | Step 1 Start | Step 2 Start | Days between Step1 to Step 2 |
WA | Project A | 6/4/24 | 7/8/24 | 34 |
TX | Project B | 2/2/24 | 2/25/24 | 23 |
CA | Project C | 8/7/24 | 8/31/24 | 24 |