N
Neil Perry
Consider the list below. I want to somehow count the number of unique
assignments for each manager.
Manager Assignments
Fred Neil
Joe Ian
Joe Dave
Fred Alan
Fred Rick
Joe Dave
Fred Neil
Joe Andrew
Fred Rick
Fred Alan
Fred Rick
Joe Dave
Joe Neil
Fred Alan
Fred Dave
Joe Neil
e.g. using filter, Fred has 9 assignments, but some are duplicated, and so
has only 4 unique assignments. How can I determine this number is 4? Joe has
7 assignments, but only 4 unique assignments.
This is a much simplified example where in reality there are 20 managers
each of which may have 60 unique assignments.
Is this where a pivot table should be used?
Any advice would be gratefully received.
Thanks.
assignments for each manager.
Manager Assignments
Fred Neil
Joe Ian
Joe Dave
Fred Alan
Fred Rick
Joe Dave
Fred Neil
Joe Andrew
Fred Rick
Fred Alan
Fred Rick
Joe Dave
Joe Neil
Fred Alan
Fred Dave
Joe Neil
e.g. using filter, Fred has 9 assignments, but some are duplicated, and so
has only 4 unique assignments. How can I determine this number is 4? Joe has
7 assignments, but only 4 unique assignments.
This is a much simplified example where in reality there are 20 managers
each of which may have 60 unique assignments.
Is this where a pivot table should be used?
Any advice would be gratefully received.
Thanks.