Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试一个索引匹配,其中匹配数组包含两个条件:它大于一列但小于或等于第二列。
简化示例: 匹配索引
=INDEX(C29,匹配(A29,(A29>D29)*(A29<=E29),0))
这会导致错误。