A
Arturo
I have 25 fields on a form that represents different categories for an
individual. Each day a score is supposed to be given for each category. (The
default is set at zero.) However, it is not always possible to rate every
category every day.
At the end of the week a report is generated that shows:
--The scores for each category for each day of the week
--The sum of the scores for the week
--The average score for each category for the week
The formula I am using for the average is:
=([M]+[T]+[W]+[R]+[F])/[DayCt] (DayCt is usually 5 unless a holiday)
I have been asked to remove the days that are zero from the formula that
calculates the average.
Currently, I would get this average for this example: (1+2+0+4+5)/5 = 2.4
The answer I need is 3.
What expression should I use to get the average of 3?
Thank you.
individual. Each day a score is supposed to be given for each category. (The
default is set at zero.) However, it is not always possible to rate every
category every day.
At the end of the week a report is generated that shows:
--The scores for each category for each day of the week
--The sum of the scores for the week
--The average score for each category for the week
The formula I am using for the average is:
=([M]+[T]+[W]+[R]+[F])/[DayCt] (DayCt is usually 5 unless a holiday)
I have been asked to remove the days that are zero from the formula that
calculates the average.
Currently, I would get this average for this example: (1+2+0+4+5)/5 = 2.4
The answer I need is 3.
What expression should I use to get the average of 3?
Thank you.