String length

J

jxbeeman

what function do you use to return the length of a string in a cell???

EX.

SomeString = length is 10 characters long.

Thanks, Josh
 
K

Kevin B

Use the LEN function to return the length of a string value

=LEN(A1)

Returns the length of the string in cell A1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top