I am trying to add numbers based on 2 conditions. I am referencing another sheet. I am using the following formula:
=SUMIFS({FY21 AA AMER Budget US$}, {FY21 AA AMER Quarter}, contains "2021",[{FY21 AA AMER Marketing Cost Type}, contains "Content"])
I want to add the budget for AA AMER if the following two conditions are met:
1) Quarter column contains 2021 (@cell level) and
2) Marketing cost Type (@cell level) contains 'content'
I am getting an unparseable error message.
What's wrong with this formula?
Thank you for your help with this.