Conditional SUMIF with Symbols
Hello,
In this screenshot, I'd like to Sum the values in Column8 only if the dots in Column9 are: Yellow, Green, or Blue.
I believe I need to insert an "OR" or add a comma between the colors?
Thanks!
AE
Best Answers
-
You could use the OR statement or you could specify "not red".
=SUMIFS([Column8]:[Column8], [Column9]:[Column9], OR(@cell = "Yellow", @cell = "Green", @cell = "Blue"))
or
=SUMIFS([Column8]:[Column8], [Column9]:[Column9], @cell <> "Red")
-
Thanks, Paul, for the options! Excellent and quick, as always.
Answers
-
You could use the OR statement or you could specify "not red".
=SUMIFS([Column8]:[Column8], [Column9]:[Column9], OR(@cell = "Yellow", @cell = "Green", @cell = "Blue"))
or
=SUMIFS([Column8]:[Column8], [Column9]:[Column9], @cell <> "Red")
-
Thanks, Paul, for the options! Excellent and quick, as always.
-
Happy to help! 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!