How can I count the number of characters in a cell??

J

JulieD

Hi

the LEN function will give you the length of the string, ie the number of
characters
e.g.
=LEN(A1)

Cheers
JulieD
 
Top