Created
August 1, 2016 18:37
-
-
Save clarkbw/928beba2bfdf5e0059aa85e4d6ee7f39 to your computer and use it in GitHub Desktop.
sql like query of an another google spreadsheet
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
=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