I am trying to return specific lines of data based on the min value of two dimensions. I have been unable to accomplish it succesfully and any insight would help. Below is the data and highlighted in red is what I would like to remain after filtering.
Team | Category | # Activities |
---|---|---|
Team A | Add Material | 10 |
Team A | Add Notes | 2 |
Team A | Add Comments | 25 |
Team B | Add Material | 1 |
Team B | Add Notes | 8 |
Team C | Add Material | 4 |
Team C | Add Notes | 3 |
Team C | Add Comments | 3 |