S
Stumped
I have scores for given records for a particular date:
3/15/07 67
4/1/07 43
1/15/07 56
I would like to be able to average these scores by month, but have a running
total:
January 56
February 56
March 61.5 (average 56 & 67)
April 55.3 (average 56, 67, and 43)
I think I need to use a DAvg function, but it isn't working yet.
3/15/07 67
4/1/07 43
1/15/07 56
I would like to be able to average these scores by month, but have a running
total:
January 56
February 56
March 61.5 (average 56 & 67)
April 55.3 (average 56, 67, and 43)
I think I need to use a DAvg function, but it isn't working yet.