📌  相关文章
📜  关于动态编辑将值复制到另一张工作表谷歌工作表 - Go 编程语言代码示例

📅  最后修改于: 2022-03-11 14:44:59.857000             🧑  作者: Mango

代码示例2
I see in the sample, sheet Form Responses, column C is Status. However, none of them are marked "Finished". If the rows were marked, the FILTER function could be use to display a list in the sheet Completed. Something like this
 
=FILTER('Form Responses 1'!A:Q, 'Form Responses 1'!C:C="Finished")
 
If you mark some of the rows "Finished", the results will display in the Completed sheet.