Metric SUMIF Formula with multiple criteria (dropdown box and checkbox)
I am wanting to build a metric from a sheet using multiple criteria.
I want to sum the Amount Expected of all Types that are "A&D Fee" and are NOT checked as Received.
I've attempted this formula and am sure I am missing something. The check box variable is throwing me off and I'm not sure if the formula start with an IF statement then the SUM?
=SUMIF([Amount $ Exp]:[Amount $ Exp], [Type}:[Type], "Permit", [Received]@cell, 1})
Answers
-
Hi @Dana S
I think this is the formula you are looking for:
=SUMIFS([Amount Expected]:[Amount Expected], Type:Type, "A&D Fee", Recieved:Recieved, 0)
I hope that helps. Have a great day!
Matt
-
Hi @Dana S,
You'd want to use SUMIFS here, as you have 2 criteria for the sum: Type being "A&D Fee" and Received being unticked:
=SUMIFS([Amount Expected]:[Amount Expected], Type:Type, "A&D Fee", Received:Received, 0)
The type can be changed if applicable and the unticked/ticked for a checkbox column is either 0 or 1 (0 being unticked, 1 being ticked).
Hope this helps, if you've any other questions etc. then just post! 😊
-
Thank you Nick. That didn't seem to work. Does Type:Type need to read " = "A&D Fee"? Or, does each condition need the brackets around it?
-
I also attempted to use that formula in the source sheet in the Sheet Summary section and it came back UNPARSABLE.
-
@Nick Korna, @Matt Johnson. Thank you for your input. I tried this formula and it came back as UNPARSABLE. Any ideas?
-
Hi @Dana S
I hope you're well and safe!
Have you created the cross-sheet references? If you're referencing another sheet, the brackets should be {Cross-sheet reference name}.
Make sense?
I hope that helps!
Be safe, and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!