我在Google页面上真的很新。我想创造一些简单的东西。我有一份医院清单,每周我都会注意到每一家医院的外科手术的数量。
https://docs.google.com/spreadsheets/d/1y_LYgp4yFIwglTbwtjER4ah_C3tQQ1sVZaUO_Payups/edit?usp=sharing
我想创建两个过滤器:
选择hospital
并将图可视化,只引用来自过滤器的结果数据。有人能帮我吗?非常感谢!
发布于 2021-01-26 10:06:11
尝试:
=INDEX(FILTER(B2:N13; B1:N1>=Q2; B1:N1<=Q3); MATCH(Q4; A2:A; 0))
https://stackoverflow.com/questions/65892663
复制相似问题