admin管理员组文章数量:1122832
I’m working with two separate Excel files saved on Microsoft 365 OneDrive.
To simplify, let’s assume that in file A, I have a series of numeric values ranging from 0 to 5000 located in column V.
My goal is to count how many of these values are equal to 1000.
So, in file B, I use the following formula:
=COUNTIF('[<sharepoint_path>/A.xlsx]Sheet1'!$V:$V,"=1000")
The result of the formula is #VALUE!
I also tried changing the formula criterion to "="&"1000" or "="&1000, but the result remains the same.
Of course, the same formula works perfectly when used directly in file A.
Why is this error happening?
本文标签: Excel Count formula does not work between 2 OneDrive filesStack Overflow
版权声明:本文标题:Excel Count formula does not work between 2 OneDrive files - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736305137a1932483.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论