CONCATENATE Function

From Planfix
Revision as of 13:59, 20 February 2024 by Dmitri (talk | contribs) (Created page with "{{#seo: |title=CONCATENATE Function |titlemode=append |keywords=planfix, Functions, concatenate, concat |description=CONCATENATE Function }} The function concatenates arguments into a string. Format: '''CONCATENATE('''"Text_1";"Delimiter";"Text_2"''')''' '''CONCATENATE()''' '''CONCAT()''' Examples: CONCATENATE("Lewis";" ";"Nelson") = Lewis Nelson CONCATENATE("1";"+";"4") = 1+4 == Go To == * Standard operators and Planfix functions *Cal...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The function concatenates arguments into a string.

Format:

CONCATENATE("Text_1";"Delimiter";"Text_2")

CONCATENATE()

CONCAT()

Examples:

CONCATENATE("Lewis";" ";"Nelson") = Lewis Nelson

CONCATENATE("1";"+";"4") = 1+4


Go To