Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
How do we count cells containing text, excluding blank cells?
|
#2
![]() |
|||
|
|||
![]()
=COUNTA(D:D)-COUNT(D:D)
-- HTH Bob Phillips "Maureen" wrote in message ... How do we count cells containing text, excluding blank cells? |
#3
![]() |
|||
|
|||
![]()
Bob Phillips wrote...
=COUNTA(D:D)-COUNT(D:D) .... Picky: that'd include cells evaluating to errors and booleans in the count. It'd also include cells evaluating to "". |
#4
![]() |
|||
|
|||
![]()
Try this:
=COUNTIF(A:A,"*?") -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Maureen" wrote in message ... How do we count cells containing text, excluding blank cells? |
#5
![]() |
|||
|
|||
![]()
RagDyeR wrote...
Try this: =COUNTIF(A:A,"*?") .... Given the internals of pattern processing, it'd be more efficient to use =COUNTIF(A:A,"?*"). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Last text value in a column | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting NUMBERS &/or TEXT from a column to other sheet ? | Excel Worksheet Functions | |||
calculate which cells in column A will give me the total of column | Excel Worksheet Functions |