CONCAT

Modified on Wed, 1 May at 11:22 AM

Introduction

Merge values from various ranges and/or strings.



FORMULA

CONCAT(value1, value2, ...)

EXAMPLE FORMULACONCAT(user_col, "@gigasheet.com")
EXAMPLE INPUTsupport
EXAMPLE OUTPUT

support@gigasheet.com


Sample Usage


Valid ExamplesInvalid Examples

CONCAT(Text Column,Number as Text Data Type)

CONCAT(Number as Text Data Type,"33")

CONCAT(Text Column,CONCAT(1,2)) 


CONCAT(Number Column,"Testy")

CONCAT(Date,"Test2")


CONCAT(Number as Text Data Type,33)
CONCAT(Text Column,CONCAT(1,CONCAT(2,3,4)))


Notes

  • CONCAT cannot be used with dates 

See Also


Still having issues? Contact us at support@gigasheet.com

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article