ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   COUNTIF > CELL VALUE (https://www.excelbanter.com/excel-worksheet-functions/16002-countif-%3E-cell-value.html)

Renata Lemos

COUNTIF > CELL VALUE
 
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!!

Peo Sjoblom

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!!




Andy Brown

"Renata Lemos" <Renata wrote in message
...
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.


Try:

=COUNTIF(C$42:C$65536;"="&$B$36)

HTH,
Andy



Rob

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!!





All times are GMT +1. The time now is 04:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com