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 週間の日付範囲のみに対応するシート 1 の通貨値の合計を見つけるにはどうすればよいですか?
次のような sumif にも使用SUMIFS()できます。<>
SUMIFS()
<
>
=SUMIFS(B:B;A:A;"<" & dateval1;A:A;">=" & dateval2)