A
Alberta H K
Can you tell me how to summarize total number of appearance in a column?
For example, I have a column with three names appear at different rows
another column with value to the names:
John 45
Mary 15
John 33
Rick 10
Rick 11
Mary 31
Mary 22
John 0
How can I summarize: Number of times John appears (3 times),
and the total number in John's row (45+33+0=78).
Thank you.
For example, I have a column with three names appear at different rows
another column with value to the names:
John 45
Mary 15
John 33
Rick 10
Rick 11
Mary 31
Mary 22
John 0
How can I summarize: Number of times John appears (3 times),
and the total number in John's row (45+33+0=78).
Thank you.