How do I use a pivot table?

J

Jessica

I have a pivot table, that I need to be pivoted to show the membership by
state across the top per account down the left side. How do I do that?
 
K

Kevin B

Just make the state field a column field and account a row field with the
membership by state field as the data field.
 
D

Debra Dalgleish

Add the State field to the Column area
Add the Account field to the Row area
In the data area, add a field that has an entry in every row of the
source data, e.g. MemberID or MemberName.
Summarize that field by Count, instead of Sum.
 
Top