SUMIFS formula with multiple criteria help

I have a formula that works but once I add additional criteria it breaks.
=SUMIFS({Registration Cost}, {Requestor Email}, "jdoe@company.gov") - This formula works.
Now I need to sum the cost if it is assigned to a specific person AND the Wish List box is checked.
=SUM({Cost}, {Requestor Email}, "jdoe@company.gov", AND(OR({Wish List}, 1))))
It is coming back as #unparseable
Best Answer
-
@AlexisJ This is still a SUMIFS. The formula written below is if the reference information is in the same sheet.
=SUMIFS(Cost:Cost, [Requestor Email]:[Requestor Email], "jdoe@company.gov", [Wish List]:[Wish List], 1)
IF The Requestor Email is not jdoe@company.gov or Wish List is not Checked, then the SUMIFS formula is false and will not perform the calculation.
Answers
-
@AlexisJ This is still a SUMIFS. The formula written below is if the reference information is in the same sheet.
=SUMIFS(Cost:Cost, [Requestor Email]:[Requestor Email], "jdoe@company.gov", [Wish List]:[Wish List], 1)
IF The Requestor Email is not jdoe@company.gov or Wish List is not Checked, then the SUMIFS formula is false and will not perform the calculation.
-
@JamesB It worked! Thank you.
-
Your Welcome
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 451 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!