ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Count all rows in column with data, Except rows 1-5 (https://www.excelbanter.com/excel-worksheet-functions/181548-count-all-rows-column-data-except-rows-1-5-a.html)

Gregory Day

Count all rows in column with data, Except rows 1-5
 
I would like to count all of the rows in Column A that contain any text,
except Rows 1 through 5. I have the following formula, which worked, but
included rows 1-5.

=COUNTIF(Clients!A:A,"*")

I then tried this, which didnt' work.

=COUNTIF(Clients!A3:A*,"*")

How can I make it counts all rows, below 5 with data in column A?



Bob Phillips

Count all rows in column with data, Except rows 1-5
 
=COUNTIF(Clients!A:A,"*")-COUNTIF(Clients!A1:A5,"*")



--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"Gregory Day" wrote in message
...
I would like to count all of the rows in Column A that contain any text,
except Rows 1 through 5. I have the following formula, which worked, but
included rows 1-5.

=COUNTIF(Clients!A:A,"*")

I then tried this, which didnt' work.

=COUNTIF(Clients!A3:A*,"*")

How can I make it counts all rows, below 5 with data in column A?





Pete_UK

Count all rows in column with data, Except rows 1-5
 
You could do it this way:

=COUNTIF(Clients!A:A,"*") - COUNTIF(Clients!A1:A5,"*")

or like this:

=COUNTIF(Clients!A6:A65536,"*")

Hope this helps.

Pete

On Mar 27, 2:25*pm, Gregory Day
wrote:
I would like to count all of the rows in Column A that contain any text,
except Rows 1 through 5. I have the following formula, which worked, but
included rows 1-5.

=COUNTIF(Clients!A:A,"*")

I then tried this, which didnt' work.

=COUNTIF(Clients!A3:A*,"*")

How can I make it counts all rows, below 5 with data in column A?



Gary''s Student

Count all rows in column with data, Except rows 1-5
 
=COUNTIF(Clients!A:A,"*")-COUNTIF(Clients!A1:A5,"*")
--
Gary''s Student - gsnu200776


"Gregory Day" wrote:

I would like to count all of the rows in Column A that contain any text,
except Rows 1 through 5. I have the following formula, which worked, but
included rows 1-5.

=COUNTIF(Clients!A:A,"*")

I then tried this, which didnt' work.

=COUNTIF(Clients!A3:A*,"*")

How can I make it counts all rows, below 5 with data in column A?



Gregory Day

Count all rows in column with data, Except rows 1-5
 
You guys nailed it ! Thank you!

"Gregory Day" wrote:

I would like to count all of the rows in Column A that contain any text,
except Rows 1 through 5. I have the following formula, which worked, but
included rows 1-5.

=COUNTIF(Clients!A:A,"*")

I then tried this, which didnt' work.

=COUNTIF(Clients!A3:A*,"*")

How can I make it counts all rows, below 5 with data in column A?




All times are GMT +1. The time now is 06:42 PM.

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