Skip to content

Instantly share code, notes, and snippets.

@assafmo
Created December 20, 2020 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/e7b67c14934e1bbf9f3bfc6406d32264 to your computer and use it in GitHub Desktop.
Save assafmo/e7b67c14934e1bbf9f3bfc6406d32264 to your computer and use it in GitHub Desktop.
Google sheets HTTP GET into a single cell
ARRAYFORMULA(JOIN(CHAR(10),SPLIT(IMPORTDATA("https://google.com")&CHAR(10),CHAR(10))))
@assafmo
Copy link
Author

assafmo commented Dec 20, 2020

Then use REGEXEXTRACT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment