Sums from list

B

Benjamin

I have a list with people, day, qty. How can I get a list that only has
people and the total qty per person?
 
M

Max

Benjamin said:
I have a list with people, day, qty. How can I get a list that only has
people and the total qty per person?

One way: Create pivot, people into ROW area, qty into DATA area (as sum)
 
Top