ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Excel countif function (https://www.excelbanter.com/excel-worksheet-functions/17423-excel-countif-function.html)

bkcthecat

Excel countif function
 
How can I count the number of cells having a value greater than the content
of a given cell --- for example --

cells a1 - a7 contain the values 1 - 7, and I want to count the number of
cells in the range a2:a7 which are greater than the value in cell a1

If I try countif(a2:a7,"a1") I get 0
If I try countif(a2:a7)"1") I get 6

If countif isn't the way to do this - is there another way?

The function can count the number of cells equal to the value in the
referenced cell - but not find those greater than (or less than) the content
of the referenced cell.

Thanks -----

KL

try countif(A2:A7,""&A1)

Regards,
KL

"bkcthecat" wrote in message
...
How can I count the number of cells having a value greater than the
content
of a given cell --- for example --

cells a1 - a7 contain the values 1 - 7, and I want to count the number of
cells in the range a2:a7 which are greater than the value in cell a1

If I try countif(a2:a7,"a1") I get 0
If I try countif(a2:a7)"1") I get 6

If countif isn't the way to do this - is there another way?

The function can count the number of cells equal to the value in the
referenced cell - but not find those greater than (or less than) the
content
of the referenced cell.

Thanks -----




bkcthecat

That does it ----- thanks so much for the help ..... Bob

"KL" wrote:

try countif(A2:A7,""&A1)

Regards,
KL

"bkcthecat" wrote in message
...
How can I count the number of cells having a value greater than the
content
of a given cell --- for example --

cells a1 - a7 contain the values 1 - 7, and I want to count the number of
cells in the range a2:a7 which are greater than the value in cell a1

If I try countif(a2:a7,"a1") I get 0
If I try countif(a2:a7)"1") I get 6

If countif isn't the way to do this - is there another way?

The function can count the number of cells equal to the value in the
referenced cell - but not find those greater than (or less than) the
content
of the referenced cell.

Thanks -----






All times are GMT +1. The time now is 06:32 AM.

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