Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hello
I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? thanks in advance |
#2
![]() |
|||
|
|||
![]()
"Micos3" wrote:
Hello I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? Check out the Countif worksheet function - COUNTIF(range,criteria) |
#3
![]() |
|||
|
|||
![]()
=
"Micos3" wrote in message ... Hello I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? thanks in advance |
#4
![]() |
|||
|
|||
![]()
=COUNTIF(B11:K40,""&D52)
or =COUNTIF(B11:K40,"="&D52) Regards, Alan. "Micos3" wrote in message ... Hello I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? thanks in advance |
#5
![]() |
|||
|
|||
![]()
You're right, but this function only counts in column and i need to count in
all the table, or perhaps i'm not doing it right. i made to test: A2:C5 and in A7 i wrote =countif(A2:C5;"A8") but the count were wrong, what i'm i doing bad? he should count all values in table bigger than A8, or not? "bigwheel" escreveu: "Micos3" wrote: Hello I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? Check out the Countif worksheet function - COUNTIF(range,criteria) |
#6
![]() |
|||
|
|||
![]()
I've found the awnser in an previous question:
=countif(A2:C5;""&A8) and it works cos i've tested Thanks "Micos3" escreveu: You're right, but this function only counts in column and i need to count in all the table, or perhaps i'm not doing it right. i made to test: A2:C5 and in A7 i wrote =countif(A2:C5;"A8") but the count were wrong, what i'm i doing bad? he should count all values in table bigger than A8, or not? "bigwheel" escreveu: "Micos3" wrote: Hello I have a table B11:K40 and i want to count every cell's that is over the cell value D52. How can i do this? Check out the Countif worksheet function - COUNTIF(range,criteria) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Count field to recognise rows with negative values in Exc. | Excel Worksheet Functions | |||
Count Number of Characters in a cell? | Excel Discussion (Misc queries) | |||
how to count occurence of numbers separated by , in a single cell | Excel Worksheet Functions | |||
Show Blank is cell value=0 but count as a zero in sum. How to format this cell ? | Excel Discussion (Misc queries) | |||
GET.CELL | Excel Worksheet Functions |