I have this table and not sure as why the average is taking the 0 value cell as it should not take any cell having 0 value for average calcu, any idea.
NAF_Automation_v1.xlsm | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
3 | 1 | 246 | 31069 | 972 | 4118 | 85.3% | ||
4 | 2 | 36 | 4209 | 49 | 912 | 80.8% | ||
5 | 3 | 1157 | 128273 | 853 | 19390 | 85.7% | ||
6 | 4 | 105 | 12133 | 88 | 1632 | 86.9% | ||
7 | 5 | 30 | 5053 | 93 | 673 | 86.4% | ||
8 | 6 | 115 | 12114 | 378 | 2263 | 81.5% | ||
9 | 7 | 186 | 44031 | 1240 | 5346 | 86.7% | ||
10 | 8 | 827 | 172193 | 4918 | 22255 | 86.0% | ||
11 | 9 | 88 | 7897 | 103 | 1172 | 85.3% | ||
12 | 10 | 30 | 6419 | 50 | 848 | 87.4% | ||
13 | 11 | 164 | 22016 | 160 | 3074 | 86.6% | ||
14 | 12 | 2830 | 214863 | 2242 | 39941 | 82.7% | ||
15 | 13 | 152 | 26048 | 739 | 2768 | 87.7% | ||
WeeklyCalcu |
Cell Formulas | ||
---|---|---|
Range | Formula | |
B3:E15 | B3 | =AVERAGE(IF(J3 > 0, J3), IF(O3 > 0, O3), IF(T3 > 0, T3), IF(Y3 > 0, Y3), IF(AD3 > 0, AD3), IF(AI3 > 0, AI3), IF(AN3 > 0, AN3)) |
F3:F15 | F3 | =C3/SUM(B3:E3) |