L
LB
I have the following table with fields "Name", "State", and "price":
Name
State
price
Mary OH 14.94
Mary OH 15.01
Joe WA 12.17
Joe WA 18.95
I create a pivot table putting State in the row area and Count of Name
in the data area. I get the following results:
State
OH
2
WA 2
This is telling me the number of occurrences of a name in the table in a
given state. What I want it to tell me is the number of different names
in a state. Is there an elegant way to do this in a pivot table? Much
thanks for any help.
Name
State
price
Mary OH 14.94
Mary OH 15.01
Joe WA 12.17
Joe WA 18.95
I create a pivot table putting State in the row area and Count of Name
in the data area. I get the following results:
State
OH
2
WA 2
This is telling me the number of occurrences of a name in the table in a
given state. What I want it to tell me is the number of different names
in a state. Is there an elegant way to do this in a pivot table? Much
thanks for any help.