仅当 F 列中的单元格 = 是时,我想将工作表 1 中 A:D 列中的单元格中的数据复制并粘贴到工作表 2 上
我试图编写公式,但我不断收到解析错误。我尝试使用的公式是
=query("Sheet1"!A:D,"Select A where F="Yes"")
Run Code Online (Sandbox Code Playgroud) worksheet-function google-sheets google-query-language google-sheets-formula