Thread: Counting
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Counting

You're welcome. Thanks for the feedback!

Biff

"Tonester" wrote in message
...
Thanks

that worked perfectly!

"T. Valko" wrote:

Try this:

A1 = 12345

=LEN(A1)

Result = 5

Biff

"Tonester" wrote in message
...
Is there a way to count the number of digits and/or characters in a
cell
and
return that number?

Thanks