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.
在表 1 中:在 AI 列中有日期。在 BI 列中有货币值。在工作表 2 中,我如何找到工作表 1 中仅对应于某些指定的一周日期范围的货币值的总和?
SUMIFS()你甚至可以将<and用于>sumifs,例如:
SUMIFS()
<
>
=SUMIFS(B:B;A:A;"<" & dateval1;A:A;">=" & dateval2)