Formula to Sum Data for Specific Month in 2024, Not Entire Year

Answers
-
Hello,
I am trying to implement a look back to December 2024 figures - formula below totals 2024 entire year. I know I'm overlooking where to insert the month, nothing seems to be working as I play around with this. Any suggestions?
Exiting Formula for total 2024 data:
=SUMIFS({F-10.1.1-02 Quality Summary Nonconformity Range 2}, {Quality Summary Range 1}, [Look Up Fields]@row, {Quality Summary Range 5}, ISDATE(@cell ), {Quality Summary Range 5}, YEAR(@cell ) = YEAR(TODAY() - DAY(TODAY()) - 1) - 1)@cell
-
To specifically state 12/2024, you would use something like this:
=SUMIFS({F-10.1.1-02 Quality Summary Nonconformity Range 2}, {Quality Summary Range 1}, [Look Up Fields]@row, {Quality Summary Range 5}, AND(IEFRROR(MONTH(@cell), 0) = 12, IFERROR(YEAR(@cell), 0) = 2024))
-
Just sending you an @mention to make sure you saw Paul's response above 🙂
Need more information? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao!👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!