A system report generates a spreadsheet that contains hundreds of rows of staff and parts info, similar to the following. The number of rows on the report vary each month, by user and in total:
I would like to be able to determine the range of each of the staff, so that I can eventually use COUNTIFS(<range of staff's data>, "Part") to determine the number of Part occurrences for each user ('Parts' is a small, known set of values).
Ultimately, I would like to be able to take this data and construct the following using the range and COUNTIFS info. Maybe even automate the creation of a pivot table at some point, but baby steps, first...
I've looked at Match, Index, and Offset as a method of doing this, but can't quite adapt the examples I've found to my data.
Any assistance would be greatly appreciated!
-DBB1
I would like to be able to determine the range of each of the staff, so that I can eventually use COUNTIFS(<range of staff's data>, "Part") to determine the number of Part occurrences for each user ('Parts' is a small, known set of values).
Ultimately, I would like to be able to take this data and construct the following using the range and COUNTIFS info. Maybe even automate the creation of a pivot table at some point, but baby steps, first...
I've looked at Match, Index, and Offset as a method of doing this, but can't quite adapt the examples I've found to my data.
Any assistance would be greatly appreciated!
-DBB1