0
votes

For example in the new google sheet I have these formulas :

=Query(ImportRange("ehd54...dfdfg", "'Sheet1'!A:C"),"Select * Where Col1 = 'COM' limit 5" ,1)")

=Query(ImportRange("ehd54...dfdfg", "'Sheet1'!A:C"),"Select * Where Col2 contains 'IS_A_NAME' limit 5")

Notes:

1
Wow! Fantastic. Many thanks for all your help. ;)miodf

1 Answers

1
votes

Once you've "imported" the data, use the 2D Array Library to filter it, then write the results to your sheet.