View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gaurav[_4_] Gaurav[_4_] is offline
external usenet poster
 
Posts: 36
Default Count Characters in A Cell

=LEN(A1)


"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.