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
- 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!