O
OfficeManager
I have a column of cells that each contain formulas. The formulas, in turn,
give me specific numbers which I have formatted to percentages. I would like
to count all the cells in that column that are equal to or greater than 75%.
An example of one of the cells is
=IF(ISERROR(AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24,AK24)/100),"",AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24,AK24)/100).
Is there a way this can be done?
give me specific numbers which I have formatted to percentages. I would like
to count all the cells in that column that are equal to or greater than 75%.
An example of one of the cells is
=IF(ISERROR(AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24,AK24)/100),"",AVERAGE(M24,P24,S24,V24,Y24,AB24,AE24,AH24,AK24)/100).
Is there a way this can be done?