LEN Function

From Planfix
Revision as of 10:19, 28 February 2024 by Aliona (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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