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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!