Hello,
I am building a matrix sheet to pull data from a source sheet and trying to use an IFSUMS formula, but have received various outcomes
#UNPAREBLE =SUMIFS(({Evt Support Level},[Event Support Levels]@row , {Event Month}, May1)+sumif({Event Year}, 2025))
#INCORRECT ARGUMENT SET - =SUMIFS({Evt Support Level}, [Event Support Levels]@row , {Event Month}, May1, {Event Year}, "2025")
Returns 0 =SUMIFS({Evt Support Level}, {Evt Support Level}, [Event Support Levels]@row , {Event Month}, May1, {Event Year}, "2025")
Here is my source sheet
All three columns are dropdowns. Would that have something to do with the formula not working?