I have a pivot table, which has a filter by company which displays by week a list of customers. Yet it is separated into two parts of my company...such as follows: (week #, Company, # Customers)
1 Association 4
1 Company 13
2 Association 3
2 Company 17
3 Association 1
3 Company 12
I want it to display by week, but with only one row, so that
it looks like this:
Week Company Association
1 13 4
2 17 3
3 12 1
Total 42 8
Would I need to create calculated fields on the pivot table? Maybe someone can give me a hint on the easiest way to do this? Thank you!
1 Association 4
1 Company 13
2 Association 3
2 Company 17
3 Association 1
3 Company 12
I want it to display by week, but with only one row, so that
it looks like this:
Week Company Association
1 13 4
2 17 3
3 12 1
Total 42 8
Would I need to create calculated fields on the pivot table? Maybe someone can give me a hint on the easiest way to do this? Thank you!