![]() |
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? |
Counting a range of cells
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 "OfficeManager" wrote: 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? |
Counting a range of cells
Try this:
=COUNTIF(A1:A10,"=75%") -- Biff Microsoft Excel MVP "OfficeManager" wrote in message ... 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? |
All times are GMT +1. The time now is 03:55 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com