View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Daren Daren is offline
external usenet poster
 
Posts: 162
Default Count Characters in A Cell

Thanks

"Bob Flanagan" wrote:

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.