Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How do I create a formula to count Text in Cells?
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert text to formula - Help pleaaase | Excel Discussion (Misc queries) | |||
text in formula explaining formula not to print | Excel Worksheet Functions | |||
Formulas dealing with text data | Excel Worksheet Functions | |||
Using the text from a cell as a range name in a formula | Excel Discussion (Misc queries) | |||
Concatenation formula loses text wrap formatting | Excel Discussion (Misc queries) |