当数组 header 中的条件匹配且数组中的数据匹配时需要查询列

Need to query a column when conditions match in array header and data inside array

附加电子表格以便更容易解释:)

SHEET HERE

我需要在日期与数组的 headers 匹配时查询一列数据,同时仅查询该数组特定列中的值 1。

非常感谢

在 google 电子表格中查看是否可行:

=filter(B2:B12, filter(C2:N12, C1:N1=today())=1)

编辑:如果您希望能够select一个日期(例如在单元格 C26 中)尝试

=filter(B2:B12, filter(C2:N12, C1:N1=C26)=1)