Hello,
I have two data sets that I have already summarized to achieve counts by a particular group. Now I need to see the % difference for total, by particular group and subset of that group. The table below represents the data structure from both datasets, and the counts are different and the fee totals are different. After summarizing, how do I determine the % difference in counts to see who had more fees assigned (by title and title2), and then how do I see the % difference in fee totals?
| Name | Title | Title 2 | Fee |
| John Doe | Software | Software Leader | 100 |
| Santa Clause | Software | Software Leader | 200 |
| Jack Kent | Marketing | Marketing Analyst | 100 |
| Boo Douglas | Marketing | Marketing Analyst | 150 |
Thanks,
JW