Excluding Multiple Options
I am having a real challenge with a particular function. I'm thinking someone will know this right off the top of your head.
=SUMIFS({Digital Marketing Workflow- Total Hours}, {Digital Marketing Workflow- Priority}, <>"Sub-Category", {Digital Marketing Workflow- Project Cat}, "Advertising: Concept")
I am trying to exclude multiple priorities similar to <>"Sub-Category". For instance, I'm also trying to exclude a selection called, "Sub-sub-category". I've tried it multiple ways, with a comma, with an AND as well as an OR @cell statements, and I keep getting will not parse messages. Can you assist?
Answers
-
Try something like this...
=SUMIFS({Digital Marketing Workflow- Total Hours}, {Digital Marketing Workflow- Priority}, AND(@cell <> "Sub-Category", @cell <> "Sub-Sub-category"), {Digital Marketing Workflow- Project Cat}, "Advertising: Concept")
You use the AND function to pull all of them together and @cell references to create your "logical statements".
@cell <> "text"
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!