View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default count of digit in a number

Maybe:
=len(a1)



SHIRA wrote:

does anyoone know if there is a function that count the number of digit in a
number?


--

Dave Peterson