I put together the following formula to average two cells with zeroes. IF(AND(O107>0,Q107>0),AVERAGE(O107,Q107),(O107+Q107)/1).
If O or Q are greater than zero, then AVERAGE, otherwise, Add the cells and divide by 1.
Hokey, but it works. Of course unless you want to do three cells. And four.
I checked around and no one’s multi cell averaging works properly. My cells are also not adjacent. How do I check a range for zero and then count the number of items I have to divide by? I may have answered my own question….