Calculate the total amount by date

È

肥權

HI everybody, I am very new to VBA

I have an excel table, where Column A storing the dates, Column B
storing the names, and column C storing the scores like this:

A B C
12/12/2005 John 30
12/12/2005 Susan 40
12/12/2005 May 80
15/12/2005 John 70
15/12/2005 Susan 20
15/12/2005 Tom 70

I would like to calculate the average score for each date, and storing
the result to another table. How can I do that?
 
G

Gary''s Student

I suggest that you use a pivot table. Put Date in the row area and AVERAGE
of scores in the data area.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top