Thanks to all of you for such quick responses. I know this is probably VERY elementary to you all, but here is what I need to do. If a school system has a number of busses by year model, I need to find the average age of all their busses. For example:
Year Model
EXCEL DATE FORMAT
1998
2000
1999
2004
2001
1996
I need the average model year date of the busses.
I tried this (Pleaase don't roll off your chair laughing!)
Model Age
1999 5
2001 3
2001 3
2002 2
1996 8
1994 10
2000 4
2004 0
1980 24
Average Age = 7
Average Model Yr. = 1997
I found the age of the bus by subtracting the model from the current year with a formula something like =$A$2-E16.
Then I found the average of the age column with a formula=AVERAGE(F16:F24).
Then to find the Average Model Year, I put a formula to subtract the average age from the current year =$A$2-E27. Does it look as if I'm on the right track. There may be a much easier way, but so far, this is all I can come up with. I hate to appear so "Dense" and I do appreciate all your help.