View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
OfficeManager OfficeManager is offline
external usenet poster
 
Posts: 6
Default Counting a range of cells

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?