I have a table that looks like this:
Job Agent1 Comm1 Agent2 Comm2
1 Bob $100 Dave $300
2 Dave $200 Joe $200
3 Joe $200 Bob $100
4 Dave $200 Joe $500
5 Bob $500 NA NA
I would like to summarize it with a pivot table as such:
Agent Total Comm
Bob $700
Dave $700
Joe $900
Is this possible? Thanks for the help!
Bookmarks