While it sounds relatively easy, I am experiencing difficultycreating a formula to validate the actual result. Within the range to be calculated, data includes 0s, nonumbers at all and/or text. For this calculation, I started with =AVERAGEIFS(D4:H48,D4:H48,">0",D4:H48,"<>"""),but noticed it returned an erroneous number. This formula contains the entire datarange, but does not exclude row or cells which are part of the result. Thereforeit was modified to =AVERAGEIFS(D4:H12,D4:H12,">0",D4:H12,"<>"""),AVERAGEIFS(D14:H24,D14:H24,">0",D14:H24,"<>"""),but unable to get it working properly. I determined, the ranges were not equalin size. My next step was to try =SUM(D4:D12,F4:F12,H4:H12)/INDEX(FREQUENCY((D4:D12,F4:F12,H4:H12),0),2),but encountered a separate problem. I was unable to add additional criteria anddeal with the unwanted cells/rows.
The data to be averaged is contained within columns D, F andH, (lines 4 to 49), but must exclude rows 13 (cells D13, F13 and H13), 25, 35, 39,43, 47 and 49.
Any assistance would be greatly appreciated..
The data to be averaged is contained within columns D, F andH, (lines 4 to 49), but must exclude rows 13 (cells D13, F13 and H13), 25, 35, 39,43, 47 and 49.
Any assistance would be greatly appreciated..