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
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 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!