List records from 1 Google sheet into another google sheet based upon criteria -
let me start saying this, have minimal excel knowledge. if question seems not proper stack overflow, please guide me else (or terms use google).
i have 2 sheets. want access sheet b , through columns a1:a32 per se. if cell a1 contains 'yes', want paste a1, b1, c1, d1 sheet a. basically, if 16 cells out of 32 in column of sheet b have 'yes', there 16 records in sheet a.
i don't know begin this. i've googled bit , stumbled across vlookup, not 100% sure how apply it.
edit:
sheet - empty
sheet b - columns: istrue,name,x,y
do either of these 2 formulae work want:
=filter(sheet2!a:d,sheet2!a:a="yes")
=query(sheet2!a:d,"where = 'yes'")
(note 'yes' case-sensitive)
Comments
Post a Comment