Avg function for multiple fields

K

Kara

I am trying to create a performance evaluation sheet where each table
has an average which I got to work; however, now I want to create an
overall average that takes the averages from each of the sections and
averages them, but it won't let me use the average function with
multiple fields that aren't bound together, is there any way to do
this?
 
C

Clay Fox

You have to do it the old fashoin way and add each value together and divide
by the count of items.

Not real eloquent but it gets the job done.
 
Top