Skip to content

Instantly share code, notes, and snippets.

@nikeshashar
Created December 15, 2022 23:04
Show Gist options
  • Save nikeshashar/1e973b30b2b137ce98337318b797036f to your computer and use it in GitHub Desktop.
Save nikeshashar/1e973b30b2b137ce98337318b797036f to your computer and use it in GitHub Desktop.
Extract just the domain from a url in Google Sheets
`=IFERROR(TRIM(REGEXEXTRACT(C2,"@([^\.]+)")))`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment