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
Check out the Formula Handbook template!