Hi All,
Tried searching existing forums with no luck.
I've got a long list of every instance that a customer made a change to their account. I'm trying to create a summary showing how many people made n number of changes in a given year.
For example:
[pre]
[/pre]
My data source is a simple two column list with NAME and DATE OF CHANGE.
How do I get the table to display the summary I want?
Thanks in advance,
Jason
Tried searching existing forums with no luck.
I've got a long list of every instance that a customer made a change to their account. I'm trying to create a summary showing how many people made n number of changes in a given year.
For example:
[pre]
Code:
CHANGES IN YEAR COUNT
0 253
1 8596
2 1258
3 874
I can get a pivot table to show me how many changes each person made.
For example:
NAME CHANGES
Joe Smith 2
Mary Smith 1
Joan Doe 2
My data source is a simple two column list with NAME and DATE OF CHANGE.
How do I get the table to display the summary I want?
Thanks in advance,
Jason