在 Google 工作表中按月求和,如何对 8 月的所有值求和
Sum by Month in Google Sheets, How to sum all the values in August
你能告诉我哪个公式可以用来求和八月份的所有值吗?非常感谢。
https://docs.google.com/spreadsheets/d/1CZ8HdgaRCYzoyB_H34koMPc5zcLh62hi4MruO4WzpJQ/edit?usp=sharing
尝试:
=sum(filter(2:2,month(1:1)=8))
你能告诉我哪个公式可以用来求和八月份的所有值吗?非常感谢。
https://docs.google.com/spreadsheets/d/1CZ8HdgaRCYzoyB_H34koMPc5zcLh62hi4MruO4WzpJQ/edit?usp=sharing
尝试:
=sum(filter(2:2,month(1:1)=8))