我如何制作Google表格并在每行自动重复公式
我有一个大型电子表格,这是另一张纸上查询的结果。我正在尝试制作一个经常性(数组?)公式,该公式将在每行中重复。
原始公式是 = and(index(n2:n,1,1)=“ false”,index(h2:h,1,1)=“常规”,index(o2:o,1,1)< 44801)
如果满足所有3个条件,则返回真实值。但是只能在该行上工作,因此我需要将其复制到每一行(将单元格上的 +标记拖动)。
当数据添加到另一个表格中时,查询将返回更多行,我不必将公式复制到新行添加的新行,
我尝试在顶部行中执行此操作 = arrayformula({“此列的名称”;和(index(n2:n,1,1)=“ false”,index(h2:h,1,1)=“常规”,index(o2:o2: o,1,1)< 44801)})
但是我只在第2行中获得结果,而在以下行中没有任何结果。
我在做什么错?
I have a large spreadsheet that is the result of a query on another sheet. I'm trying to make a recurring (array?) formula that will repeat in every row.
The original formula is=AND(Index(N2:N,1,1)="FALSE", Index(H2:H,1,1)="Regular", Index(O2:O,1,1)<44801)
This returns a True value if all 3 conditions are met. but only works on that row, so I need to copy it into each row (dragging the + marker on the cell down).
When data is added to the other sheet, the query returns more rows, I'd like not to have to do the copying of the formula to the new rows added
I tried to do this on the top row=Arrayformula({"name of this column"; AND(Index(N2:N,1,1)="FALSE", Index(H2:H,1,1)="Regular", Index(O2:O,1,1)<44801)})
But I'm only getting a result in the row 2 and nothing in the following rows.
What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试
或
Try
or