A
AccAdmin
I have tried two different formulas to Average / Median a column of % here
are the two formulas,
=IF(ISERROR(AVERAGE(M4:M50)),0,(AVERAGE(M4:M50))
or
=IF(ISERROR(MEDIAN(M4:M50)),0,MEDIAN(M4:M50))
Neither of them worked correctly. The ISERROR is in place to deal with cells
that are linked and do not show a % until other information is completed. If
the source cell goes unused the column maintains the ERROR, so the cell with
the formula has to see the error as 0 or blank to generate the average.
are the two formulas,
=IF(ISERROR(AVERAGE(M4:M50)),0,(AVERAGE(M4:M50))
or
=IF(ISERROR(MEDIAN(M4:M50)),0,MEDIAN(M4:M50))
Neither of them worked correctly. The ISERROR is in place to deal with cells
that are linked and do not show a % until other information is completed. If
the source cell goes unused the column maintains the ERROR, so the cell with
the formula has to see the error as 0 or blank to generate the average.