如何在Excel中使用过滤器功能

发布于 2025-01-20 06:16:54 字数 173 浏览 0 评论 0原文

我试图使用过滤功能来确定Excel中20岁到35岁之间的调查参与者的数量,但我似乎无法弄清楚这一点。我尝试了这个

=FILTER(A2:E360,(D2:D360>=18)*(D2:D360<=25))

,但没有得到我希望的结果。这个问题的正确语法是什么?

am trying to use the filter function to determine the number of survey participants in excel between the ages of 20 and 35, but I can't seem to figure this out. I tried this

=FILTER(A2:E360,(D2:D360>=18)*(D2:D360<=25))

but i did not get the result i was hoping for. What is the proper syntax for this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

三生路 2025-01-27 06:16:54

在 GS 中(根据你的标签)它是这样的:

=FILTER(A2:E360; D2:D360>=18; D2:D360<=25)

in GS (based on your tag) it goes like this:

=FILTER(A2:E360; D2:D360>=18; D2:D360<=25)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文