View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Flanagan[_2_] Bob Flanagan[_2_] is offline
external usenet poster
 
Posts: 81
Default Count Characters in A Cell

Use =Len(cell ref)

Robert Flanagan
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel

"Daren" wrote in message
...
I have a text string in a cell and need to count the number of characters
in
it. Is there a formula for it?

Thanks.