Hi, I'm averaging values (1,2,3 or 4) from 3 contiguous cells in a row; I'd like to be able to ignore blank cells and where all three are blank, to return zero. This is the problem as when all 3 cells are blank, using the simple function AVERAGE it returns the error message not divisible by zero (#DIV/0!).
I would then like to average the averages at the bottom of the column which i do with following:
I'm able to ignore zero values (see below)
=AVERAGE(IF(G6:G15<>0,G6:G15))
This ignores zero fine but when I have the error message it doesn't work of course.
I wondered if there was a way of ignoring both blank and zero when using the average function.
I'm getting all mixed up going around and around in circles solving one part of the problem but not the other.
Bookmarks