LEN Function

From Planfix
Revision as of 09:58, 28 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=LEN Function |titlemode=append |keywords=planfix, Function, LEN, reports |description=LEN Function }} 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 == *Standard functions | Standard operators and Planfix funct...")
(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