I have data in the following format
Project Person1 Person2 Person3
A Joe Alice Bob
B Bob Tom Joe
C Alex Alice Tom
D Bob Doug Susan
How can I get a pivot table that shows the following:
Person Prj1 Prj2 Prj3
Joe A B
Alice A C
Bob A B D
Tom B C
Dog D
Susan D
Alex C