ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   counting text cells (https://www.excelbanter.com/excel-worksheet-functions/12188-counting-text-cells.html)

Debbie

counting text cells
 
Hi, I need to count the number of cells in a range that have text in the
cell. There are a number of blank cells that when I use the counta function
are included in the count. I don't want the blank cells counted. Any
suggestions?
Ex:
A1 contains 'oranges';A2 to A4 is blank; A5 contains 'apples'; A6 contains
'oranges' A7 contains 'pears'
I want the total in cell A8 to be 4.

Jason Morin

=SUMPRODUCT(--(LEN(A1:A7)0))

HTH
Jason
Atlanta, GA

-----Original Message-----
Hi, I need to count the number of cells in a range that

have text in the
cell. There are a number of blank cells that when I use

the counta function
are included in the count. I don't want the blank cells

counted. Any
suggestions?
Ex:
A1 contains 'oranges';A2 to A4 is blank; A5

contains 'apples'; A6 contains
'oranges' A7 contains 'pears'
I want the total in cell A8 to be 4.
.


Debbie

Thanks Jason, but this is still returning 7, what am I doing wrong??

"Jason Morin" wrote:

=SUMPRODUCT(--(LEN(A1:A7)0))

HTH
Jason
Atlanta, GA

-----Original Message-----
Hi, I need to count the number of cells in a range that

have text in the
cell. There are a number of blank cells that when I use

the counta function
are included in the count. I don't want the blank cells

counted. Any
suggestions?
Ex:
A1 contains 'oranges';A2 to A4 is blank; A5

contains 'apples'; A6 contains
'oranges' A7 contains 'pears'
I want the total in cell A8 to be 4.
.



Aladin Akyurek

=COUNTIF(A1:A7,"?*")

which excludes zero-length text values.

Debbie wrote:
Hi, I need to count the number of cells in a range that have text in the
cell. There are a number of blank cells that when I use the counta function
are included in the count. I don't want the blank cells counted. Any
suggestions?
Ex:
A1 contains 'oranges';A2 to A4 is blank; A5 contains 'apples'; A6 contains
'oranges' A7 contains 'pears'
I want the total in cell A8 to be 4.


Jason Morin

It could be a number of things. Send me your file and
I'll take a look. Replace OPPOSITEOFCOLD with you know
what.

Jason

-----Original Message-----
Thanks Jason, but this is still returning 7, what am I

doing wrong??

"Jason Morin" wrote:

=SUMPRODUCT(--(LEN(A1:A7)0))

HTH
Jason
Atlanta, GA

-----Original Message-----
Hi, I need to count the number of cells in a range

that
have text in the
cell. There are a number of blank cells that when I

use
the counta function
are included in the count. I don't want the blank

cells
counted. Any
suggestions?
Ex:
A1 contains 'oranges';A2 to A4 is blank; A5

contains 'apples'; A6 contains
'oranges' A7 contains 'pears'
I want the total in cell A8 to be 4.
.


.



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

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