Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
soniadufferin
 
Posts: n/a
Default Creat Formula for Counting Text

How do I create a formula to count Text in Cells?

  #2   Report Post  
Posted to microsoft.public.excel.misc
Tim M
 
Posts: n/a
Default Creat Formula for Counting Text

Can you elaborate? do you want to count the number of cells that have text
or do you want to actually count the number of letters of text in each cell?

"soniadufferin" wrote:

How do I create a formula to count Text in Cells?

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Creat Formula for Counting Text

Probably

=COUNTIF(A:A,"text")

or maybe

=COUNTIF(A:A,"*text*")

--
HTH

Bob Phillips

(remove xxx from email address if mailing direct)

"soniadufferin" wrote in message
...
How do I create a formula to count Text in Cells?



  #4   Report Post  
Posted to microsoft.public.excel.misc
Peo Sjoblom
 
Posts: n/a
Default Creat Formula for Counting Text

=LEN(A1)


will count all characters in a cell,


=COUNTIF(C1:C10,"*")

will count cells with text


if that is not what you want post back

--

Regards,

Peo Sjoblom

http://nwexcelsolutions.com



"soniadufferin" wrote in message
...
How do I create a formula to count Text in Cells?



  #5   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR
 
Posts: n/a
Default Creat Formula for Counting Text

Do you mean count characters (including spaces):

=LEN(A1)

Don't count spaces:

=LEN(SUBSTITUTE(A1," ",""))
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"soniadufferin" wrote in message
...
How do I create a formula to count Text in Cells?


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
Convert text to formula - Help pleaaase Ayrton Excel Discussion (Misc queries) 5 December 7th 05 05:26 PM
text in formula explaining formula not to print Leon Klopper Excel Worksheet Functions 1 June 24th 05 01:04 PM
Formulas dealing with text data Bagia Excel Worksheet Functions 6 June 20th 05 10:29 PM
Using the text from a cell as a range name in a formula Fletch Excel Discussion (Misc queries) 3 June 13th 05 07:57 PM
Concatenation formula loses text wrap formatting DFM Excel Discussion (Misc queries) 5 December 27th 04 01:45 PM


All times are GMT +1. The time now is 09:26 AM.

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

About Us

"It's about Microsoft Excel"