func.concat

The CONCAT function combines the text from multiple ranges and/or strings, but it doesn't provide delimiter or IgnoreEmpty arguments

Syntax

func.concat(string, string)

Examples

func.concat('www.','plaid','cloud','.com') --> www.plaidcloud.com
Last modified April 06, 2022 at 10:08 AM EST: Initial Documentation Commit (371ae8f)