I want to average numbers in twelve non-contiguous ranges of cells that contain positive, negative, and zero values. Prior to calculating the average, I want to change the negative numbers to absolute values (positive numbers), and ignore the cells with zero values.
I first tried this formula, and a few other approaches, with no success:
=AVERAGEIF(ABS(C9:C39),ABS(C42:C70),ABS(C73:C103),ABS(C106:C135),ABS(C138:C168),ABS(C171:C200),ABS(C203:C233),ABS(C236:C266),ABS(C269:C298),ABS(C301:C331),ABS(C334:C363),ABS(C366:C396),"<>0")
Any suggestions how to accomplish this?
I first tried this formula, and a few other approaches, with no success:
=AVERAGEIF(ABS(C9:C39),ABS(C42:C70),ABS(C73:C103),ABS(C106:C135),ABS(C138:C168),ABS(C171:C200),ABS(C203:C233),ABS(C236:C266),ABS(C269:C298),ABS(C301:C331),ABS(C334:C363),ABS(C366:C396),"<>0")
Any suggestions how to accomplish this?