Skip to content

Instantly share code, notes, and snippets.

@trchopan
Last active June 30, 2020 15:31
Show Gist options
  • Save trchopan/fdb3eaec43a16811a645484a2404cb68 to your computer and use it in GitHub Desktop.
Save trchopan/fdb3eaec43a16811a645484a2404cb68 to your computer and use it in GitHub Desktop.
# Google Sheet Cell Formula for sluggify
=REGEXREPLACE(LOWER(REGEXREPLACE(A2, "[^\w\s-]", "")), "\s+", "-")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment