LEN Function: Difference between revisions
From Planfix
(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...") |
No edit summary |
||
Line 7: | Line 7: | ||
The LEN function returns the number of symbols in a text string. | The LEN function returns the number of symbols in a text string. | ||
Format: | Format: | ||
'''LEN()''' | '''LEN()''' | ||
Examples: | Examples: |
Latest revision as of 10:19, 28 February 2024
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.