Created
December 15, 2022 23:04
-
-
Save nikeshashar/1e973b30b2b137ce98337318b797036f to your computer and use it in GitHub Desktop.
Extract just the domain from a url in Google Sheets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`=IFERROR(TRIM(REGEXEXTRACT(C2,"@([^\.]+)")))` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment