google spreadsheet - import data from sheet to another -


hi have spreadsheet file contains names of books @ column , type of books in column b. , @ same file have sheets each 1 contains specific type of books ex: sheet 2 contains history booksk sheet 3 contains science ..etc

my question : how import books sheet1 (which contains books) other sheets dependeing on type name (take sheet 1 sheet 2 books type history)

i tried formula: =query(importrange("sheet key","sheet1!a:c"),(select* column(b) contains"history")) doesn't work ......

either

=filter(books!a:b, books!b:b = "novel") 

or

=query(books!a1:b, "where b = 'novel'") 

will work.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -