CONCATENATE Function: Difference between revisions

From Planfix
Jump to: navigation, search
(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...")
 
No edit summary
Line 14: Line 14:


'''CONCAT()'''
'''CONCAT()'''


Examples:
Examples:

Revision as of 09:04, 21 February 2024

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