What can I do to make Access to do the job. Every month I have to enter data into this DB and at the end of every month I have to run some reports. There are more columns similar to the one below with different values. For example, The one below, I have to count the values that are non zero, add them, and divide by how many there are(I can't divide by 24(Total) because there are zeros. So in this case is The sum of all the 14 values/ 14 = what I'm looking for!
Is there something I can do like
=SUM([Field_Name])/ "Something that will tell Access to ignore the zeros)?
I've tried using the count(*) and the ([Field_name])to do the job but it didn't work
Data
91.19%
94.90%
0.00%
0.00%
61.61%
100.00%
100.00%
90.00%
89.50%
0.00%
100.00%
88.44%
79.89%
0.00%
0.00%
0.00%
0.00%
95.01%
0.00%
0.00%
79.00%
74.00%
71.18%
0.00%
Appreciate
Is there something I can do like
=SUM([Field_Name])/ "Something that will tell Access to ignore the zeros)?
I've tried using the count(*) and the ([Field_name])to do the job but it didn't work
Data
91.19%
94.90%
0.00%
0.00%
61.61%
100.00%
100.00%
90.00%
89.50%
0.00%
100.00%
88.44%
79.89%
0.00%
0.00%
0.00%
0.00%
95.01%
0.00%
0.00%
79.00%
74.00%
71.18%
0.00%
Appreciate