Avg amount per day - Excel XP/2002

  • Thread starter Thread starter TAJ Simmons
  • Start date Start date
T

TAJ Simmons

Data:

A B
01-Nov-03 10
01-Nov-03 10
01-Nov-03 10
02-Nov-03 20
03-Nov-03 10
03-Nov-03 30

I'm trying to workout an *overall average per day.*

01-Nov-03 total = 30
02-Nov-03 total = 20
03-Nov-03 total = 40

So the overall average per day = 30

I've messed around with countif and mode and avg and got no where :(

Any suggestions? (clean ones)

Cheers
TAJ Simmons
microsoft powerpoint mvp

awesome - powerpoint backgrounds,
free sample templates, tutorials, hints and tips etc
http://www.powerpointbackgrounds.com
 
with all your date in column a and all your data in column be you can
use the following formula

entered in to cell C1



=SUM(B:B)/SUM(N(FREQUENCY(A:A,A:A)>0))
 
Back
Top