I would like to copy and paste data from cells in columns A:D in sheet 1, onto sheet 2 only if the cells in Column F = yes
I have tried to write the formula, but I keep getting parse errors. The formula I have tried to use is
=query("Sheet1"!A:D,"Select A where F="Yes"")