Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Hi!
I need to count the cell ina range that have its value grater then a value that I have in another cell. I´don´t know how to do that. I tried doing COUNTIF(C$42:C$65536;"=$b$36") But it doesn´t work. This formula just works if I put a value and not a cell as an argument. Does anybody know how I can do that? thanks!! |
#2
![]() |
|||
|
|||
![]()
COUNTIF(C$42:C$65536;"=&$B$36")
-- Regards, Peo Sjoblom "Renata Lemos" <Renata wrote in message ... Hi! I need to count the cell ina range that have its value grater then a value that I have in another cell. I´don´t know how to do that. I tried doing COUNTIF(C$42:C$65536;"=$b$36") But it doesn´t work. This formula just works if I put a value and not a cell as an argument. Does anybody know how I can do that? thanks!! |
#4
![]() |
|||
|
|||
![]()
Renata,
This will achieve what you're looking.... Rob =COUNTIF(C$42:C$65536,"="&$b$36) "Renata Lemos" <Renata wrote in message ... Hi! I need to count the cell ina range that have its value grater then a value that I have in another cell. I´don´t know how to do that. I tried doing COUNTIF(C$42:C$65536;"=$b$36") But it doesn´t work. This formula just works if I put a value and not a cell as an argument. Does anybody know how I can do that? thanks!! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF cell A1 is x and cell B1 is y | Excel Worksheet Functions | |||
Countif cell color is Red? | Excel Worksheet Functions | |||
COUNTIF text where there is more than one word in a cell | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |