Dear all,
In my worksheet I have in columns "Ownership" - responsible people for tasks. For example person A, person B, person C, person D and person E but in some cases there are two people responsible for one task. For example person A(alt enter)person B (in one
field) or person C(alt enter)person E.
When I am creating pivot table to see the count of task ID for each person, I get in first column "Ownership" followed by rows under it:
Ownership: ID count:
person A (3 tasks)
person B (2 tasks)
person C (1 task)
person D (2 tasks)
person E (1 task)
person Aperson B (1 task)
person Cperson E (1 task)
This is not my expectation. What I would like to get is that from the field of person A(alt enter)person B pivot table will add +1 count ID to person A, and +1 count ID to person B. Same for the second example. +1 count ID for person C and +1 count ID for
person E.
Therefore the result should be as following:
Ownership: ID count:
person A (4 tasks)
person B (3 tasks)
person C (2 tasks)
person D (2 tasks)
person E (2 tasks)
Any idea how to do this? Thank you for support