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
- Smartsheet Customer Resources
- 64K Get Help
- 412 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 140 Just for fun
- 57 Community Job Board
- 460 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!