Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting cells in a range per multiple criteria . . . | Excel Worksheet Functions | |||
counting cells that are 0 in a range of non-contiguous cells | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting empty cells within a range of cells | New Users to Excel | |||
counting cells in a range | Excel Discussion (Misc queries) |