Using SUMIFS with CONTAINS

Hi --

I'm a newbie trying to build a SUMIFS formula that counts numbers in an attendance row based on the type of event and fiscal year. I've been able to set up the SUMIF with the CONTAINS, but adding an additional criterion is returning UNPARSEABLE. Here's the one that works:

=SUMIF([Event Name]:[Event Name], CONTAINS("Basics", @cell), [Total Attendance]:[Total Attendance])

And here's the one I'm trying to create:

=SUMIFS([Event Name]:[Event Name], CONTAINS("Basics", @cell),[Fiscal Year]:[Fiscal Year], ("FY 21", @cell),[Total Attendance]:[Total Attendance])


Thanks in advance!

Best Answer

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!