View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
HERNAN HERNAN is offline
external usenet poster
 
Posts: 103
Default IS THIS POSSIBLE? NUMBER OF LETTERS IN A CELL???

I would like to count the number of digits into a cell, for example:
Cell A1 = 33541 the result I am looking for is 5, because there are 5
numbers inside that cell.

Or the number of letter in a word, for example, cell A2 = "CAR" so the
answer would be 3, (C - A - R )

Is this possible?
Thanks