CONCAT (PQL - xl)

This function joins the text fetched from multiple strings

  • Library: PQL \ Spreadsheet \ Text
  • Compatibility: Any content (regardless of data source) in the Tabulate spreadsheet module
  • Solve: This function can be used with the Solve plug-in: both as part of the objective function and constraint functions

Syntax

CONCAT(text1, text2)

Function Arguments

Name

Description

Type

Optional

text1

Refers to a text string, or array of strings, to be joined

String

text2

Refers to the additional text strings to be joined

String

Comments

This function is the same as the Microsoft Excel 'CONCAT' function - using the same inputs, logic and outputs.