Counting the number of Charactors in a String

B

Brian

Hello

Is there a function that counts the number of letters or other charactors in
a string?

I can't seem to find anything in the Help files of my books.

thanks
Brian
 
B

Brian

Thanks Rick,

that's what I was looking for.

Rick B said:
I believe you would use "LEN"

=LEN([some field])


--
Rick B



Brian said:
Hello

Is there a function that counts the number of letters or other charactors
in
a string?

I can't seem to find anything in the Help files of my books.

thanks
Brian
 
Top