Google表格Countif带有间接标签停止在阵列公式中工作
我试图通过使用间接介绍Countif公式中的Tab名称并正常工作来计算一个名称出现在不同选项卡中的次数。
但是,一旦我将其放入一个arrayformula中,它就会停止正确计数。有人知道解决此问题的方法吗(下面的图像链接)?
谢谢!
works = countif(间接(“ semana”& $ a2&“!g:g”),$ d2),$ d2)
不起作用 = arrayformula(countif(indirect(indirect ) (“ semana”& $ a2:a&“!g:g”),$ d2:d))))
I'm trying to count how many times a name appears in different tabs by using indirect to reference the tab name within a countif formula and works fine.
However, as soon as I put it into an ArrayFormula, it stops counting correctly. Does anyone know a way around this (image link below)?
Thanks!
Works =countif(indirect("Semana "&$A2&"!g:g"),$D2)
Doesn't work =ArrayFormula((countif(indirect("Semana "&$A2:A&"!g:g"),$D2:D)))
In columns E and F you can see the different results after making it an ArrayFormula.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
间接
不支持arrayformula
请参阅: A/58314247/5632629
INDIRECT
is not supported underARRAYFORMULA
see: https://stackoverflow.com/a/58314247/5632629