Thread: String length
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin B Kevin B is offline
external usenet poster
 
Posts: 1,316
Default String length

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

=LEN(A1)

Returns the length of the string in cell A1
--
Kevin Backmann


"jxbeeman" wrote:

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

EX.

SomeString = length is 10 characters long.

Thanks, Josh