G
Guest
Hi there,
I am using the following formula to calculate the average of a row of cells
that are a) not empty, b) do not contain a zero value
=AVERAGE((IF(E49:IV49<>"",E49:IV49)),AND(IF(E49:IV49<>"0",E49:IV49)))
It ignores the empty cells OK but not the ones that contain a zaero value.
Any ideas??
I am using the following formula to calculate the average of a row of cells
that are a) not empty, b) do not contain a zero value
=AVERAGE((IF(E49:IV49<>"",E49:IV49)),AND(IF(E49:IV49<>"0",E49:IV49)))
It ignores the empty cells OK but not the ones that contain a zaero value.
Any ideas??