Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default What is the formula use to count text cells

Member Name & Company
James W. Bond
Robert Wagner
Mark Brown
Carl. Boyle,
Anthony Perkinks
5

I need a formula that will count a range of cells with names text only, like
the exaple above.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 793
Default What is the formula use to count text cells

Assuming your data is in A2:A100
then
=COUNTA(A2:A1100)
will give you the count of non-empty cells
and
=COUNT(A2:A1100)
will give you the count of cells with numbers
so
=COUNTA(A2:A1100) - COUNT(A2:A1100)
will give you the count of cells containing only TEXT

"allicat" wrote:

Member Name & Company
James W. Bond
Robert Wagner
Mark Brown
Carl. Boyle,
Anthony Perkinks
5

I need a formula that will count a range of cells with names text only, like
the exaple above.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default What is the formula use to count text cells

One method

Count all cells then subtract the number cells.

=COUNTA(A1:A7)-COUNT(A1:A7)


Gord Dibben MS Excel MVP

On Wed, 20 May 2009 12:43:09 -0700, allicat
wrote:

Member Name & Company
James W. Bond
Robert Wagner
Mark Brown
Carl. Boyle,
Anthony Perkinks
5

I need a formula that will count a range of cells with names text only, like
the exaple above.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default What is the formula use to count text cells

This will count only text cells:

=COUNTIF(A:A,"*")

You should take note that this will also count "nulls" ( "" ) (zero length
strings),
which may be returned by formulas since XL considers these as TEXT.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"allicat" wrote in message
...
Member Name & Company
James W. Bond
Robert Wagner
Mark Brown
Carl. Boyle,
Anthony Perkinks
5

I need a formula that will count a range of cells with names text only,

like
the exaple above.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count blank cells and cells with text rk0909 Excel Discussion (Misc queries) 3 May 2nd 08 03:56 AM
Count single Text in cells with multiple text entries WSC Excel Discussion (Misc queries) 6 January 9th 07 04:17 PM
How do I count cells with text but ignore cells with spaces? Husker87 Excel Discussion (Misc queries) 2 September 21st 06 12:31 AM
count cells containing text Lisa W Excel Worksheet Functions 5 March 16th 06 12:48 AM
Formula to count text and alert me if a text appears more than twi Mike Excel Discussion (Misc queries) 1 August 29th 05 09:53 PM


All times are GMT +1. The time now is 05:26 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"