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

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