ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Count Rang of Filled-In Cells (https://www.excelbanter.com/excel-worksheet-functions/8244-count-rang-filled-cells.html)

Ginger

Count Rang of Filled-In Cells
 
I have a sheet that has several groups of nmbers and then a space between
then. each opf these digits represents a sale of a product. For Example:

1
5
8
4
(Empty Cell)
5
6
7
9

the first set of numbers are for product a and the second is for product B.
I would like to count the numbers from the first cell of the product up till
the blank cell. So...
COUNT(FIRST CELL:FIRST EMPTY CELL)

I can not seem to find an easy way to do this. Any suggestions?

Frank Kabel

Hi
one way: try the following array formula:
=COUNTA(INDIRECT("A1:" & MIN(IF($A$1:$A$100="",ROW($A$1:$A$100)))))

--
Regards
Frank Kabel
Frankfurt, Germany

Ginger wrote:
I have a sheet that has several groups of nmbers and then a space
between then. each opf these digits represents a sale of a product.
For Example:

1
5
8
4
(Empty Cell)
5
6
7
9

the first set of numbers are for product a and the second is for
product B. I would like to count the numbers from the first cell of
the product up till the blank cell. So...
COUNT(FIRST CELL:FIRST EMPTY CELL)

I can not seem to find an easy way to do this. Any suggestions?




Jason Morin

=COUNT(OFFSET(A1,,,MATCH(FALSE,ISNUMBER(A1:A100),0 )))

Array-entered, meaning press ctrl/shift/enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a sheet that has several groups of nmbers and

then a space between
then. each opf these digits represents a sale of a

product. For Example:

1
5
8
4
(Empty Cell)
5
6
7
9

the first set of numbers are for product a and the

second is for product B.
I would like to count the numbers from the first cell of

the product up till
the blank cell. So...
COUNT(FIRST CELL:FIRST EMPTY CELL)

I can not seem to find an easy way to do this. Any

suggestions?
.


Ginger

That worked perfectly

Thank you

"Jason Morin" wrote:

=COUNT(OFFSET(A1,,,MATCH(FALSE,ISNUMBER(A1:A100),0 )))

Array-entered, meaning press ctrl/shift/enter.

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a sheet that has several groups of nmbers and

then a space between
then. each opf these digits represents a sale of a

product. For Example:

1
5
8
4
(Empty Cell)
5
6
7
9

the first set of numbers are for product a and the

second is for product B.
I would like to count the numbers from the first cell of

the product up till
the blank cell. So...
COUNT(FIRST CELL:FIRST EMPTY CELL)

I can not seem to find an easy way to do this. Any

suggestions?
.




All times are GMT +1. The time now is 02:16 PM.

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