How do I add the Year to capture 2023 and 2024 data seperately?
Hello,
This is the formula that has been working great. But with 2024 fast approaching how do I add the year.
=SUMIFS({Rounding| Number of Staff Contacts}, {Rounding| CPD Educator Name}, Category@row, {Rounding |Date Rounding Occurred}, AND(IFERROR(MONTH(@cell), 0) = 1))
Thank you for any help,
Lori
Answers
-
=SUMIFS({Rounding| Number of Staff Contacts}, {Rounding| CPD Educator Name}, Category@row, {Rounding |Date Rounding Occurred}, AND(IFERROR(MONTH(@cell), 0) = 1),or(year(@cell)= 2023,year(@cell) = 2024
-
Thank you so much
-
Hello,
I get #UNPARSEABLE with that formula.
Any other thoughts?
Lori
-
I missed a parenthesis, my bad
=SUMIFS({Rounding| Number of Staff Contacts}, {Rounding| CPD Educator Name}, Category@row, {Rounding |Date Rounding Occurred}, AND(IFERROR(MONTH(@cell), 0) = 1,or(year(@cell)= 2023,year(@cell) = 2024
-
I am still getting unparseable
=SUMIFS({Rounding| Number of Staff Contacts}, {Rounding| CPD Educator Name}, Category@row, {Rounding| Date Rounding Occurred}, AND(MONTH(@cell), 0) = 1, or(YEAR@cell)= 2024)
-
I even tried my old formula with no year that was working in my previous sheet is showing Unparseable in my new sheet.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!