Counting a range of cells

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?
 
F

FSt1

hi
the contents of the cell should not be a factor only the return value
try this or similar...
=COUNTIF(A1:A15,">.75")
adjust to suit your data.

Regards
FSt1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top