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
- 67.2K Get Help
- 462 Global Discussions
- 155 Industry Talk
- 506 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 517 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!