LEN Function

From Planfix
Jump to: navigation, search

The LEN function returns the number of symbols in a text string.


Format:

LEN()


Examples:

LEN(A) - will output the number of symbols from the report string in column A.

LEN("text") - will output the number 5.

LEN("123 456") - will output the number 7.


Go To