Skip to content

Instantly share code, notes, and snippets.

@workze
Last active April 17, 2020 08:24
Show Gist options
  • Save workze/b6166ea47b713452d5ddadcaae0ab2c7 to your computer and use it in GitHub Desktop.
Save workze/b6166ea47b713452d5ddadcaae0ab2c7 to your computer and use it in GitHub Desktop.
excel string concat
A1&B1
A1&","&B1
concatenate(A1, ",", A2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment