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
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!