【发布时间】:2019-05-22 12:32:46
【问题描述】:
我要为一个 Google 表单填写的电子表格生成一个 ID。我的公式来自
How to assign a unique ID to a google form input?
=arrayformula( if( len(A2:A), "" & text(row(A2:A) - row(A2) + 2, "000") & RIGHT(VALUE(A2:A), 3), iferror(1/0) ) )
但它给出了一个解析错误。
自 2017 年以来,Google 表格公式语法是否发生了变化?我该如何解决这个问题?
【问题讨论】:
标签: google-sheets google-forms array-formulas google-sheets-formula