View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Counting number of characters?

=SUMPRODUCT(LEN(A1:A10))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"first" wrote in message
...
Hi,

basic question but I am a really new user of Excel. I hope that
somebody will help me.

I need to count all characters (including spaces) in all marked cells.
is there any simple way to do this?

Thanks

s.