auto count for cells

C

Christa

Is there any way to count the characters in a cell?
I have to only have 12 in one and 30 in another.
HELP!!
christa
 
D

Dave O

The formula is
=LEN(A1)
Substitute your actual cell reference for A1. This returns the number
of characters in a string.
 
Top