Sumifs or Countifs

Drew Cooper
✭✭✭✭
Trying to figure out the formula to solve for the following:
If Column A = "Bob" or "Frank" , and if Column B = "Blue" , then count Column C's #.
Basically trying to figure out how many blues Bob and Frank have based on the Qty in Column C. I need to exclude everything that doesn't meet those requirements.
Example:
Column A
Bob
Frank
Sarah
Column B
Blue
Red
Green
Column C
Qty
Answers
-
Try (Edited, after pasted it left something out):
=SUMIFS([Column C]:[Column C], [Column A]:[Column A], OR(@cell = "Bob", @cell = "Frank"), [Column B]:[Column B], "Blue")
-
Thanks Nic!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!