R
RobinF
Can someone help me set up a query where the totals of
the fields are added up and then divided by the number of
fields to obtain an average.
However, if there is no number in a field then the
average is to not include that field in the averge.
e.g. Field1 Field2 Field3 Field4 Avg
10 8 12 25 13.75 = Total / 4
10 25 8.75 = Total / 4
What I want Is not Total / 4 but Total / no of field with
numbers So I Need Total / 2 becouse only 2 fields have
numbers.
Thank You
the fields are added up and then divided by the number of
fields to obtain an average.
However, if there is no number in a field then the
average is to not include that field in the averge.
e.g. Field1 Field2 Field3 Field4 Avg
10 8 12 25 13.75 = Total / 4
10 25 8.75 = Total / 4
What I want Is not Total / 4 but Total / no of field with
numbers So I Need Total / 2 becouse only 2 fields have
numbers.
Thank You