JOIN

joins values with delimiter · from google sheets · no excel equivalent · sheets: not yet compared

signature

JOIN(delimiter, value_or_array…)

returns: text

argumentrequired
delimiter required
value_or_array… required

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

A
1 10
2 20
3 30
4 40
5 50
fx =JOIN(",", A1:A5) 10,20,30,40,50
fx =JOIN(" ", "Hello", "World") Hello World

related

  • ASC converts full-width characters to half-width
  • BAHTTEXT spells a number as thai baht and satang
  • CHAR returns the character for a character-set code
  • CLEAN removes non-printable characters
  • CODE numeric code of the first character
  • CONCAT joins multiple text strings into one