Skip to content

Instantly share code, notes, and snippets.

@clarkbw
Created August 1, 2016 18:37
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 clarkbw/928beba2bfdf5e0059aa85e4d6ee7f39 to your computer and use it in GitHub Desktop.
Save clarkbw/928beba2bfdf5e0059aa85e4d6ee7f39 to your computer and use it in GitHub Desktop.
sql like query of an another google spreadsheet
=QUERY(
IMPORTRANGE(
"1pfBHQvc1A4b6WrByMLfk-VK9ycDwFEvlZZla2V6UWx4",
"data!A2:D260"
),
"Select Col2,Col3 where Col1 = '"&$B2&"'"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment