Return a number count based on criteria within two separate columns
I'm seeking a formula that will return a value if a certain criteria is met in one column and another criteria in another column.
For example, I'm trying to count how many items there are that have "Medium (within next FY to 3 yrs)" with a status of "Green". I'm trying to report this in Sheet Summary. Thank you!
Best Answer
-
Hi @Shane Sorensen ,
Try:
=COUNIFS([Timeframe]:[Timeframe], "Medium (within next FY to 3 yrs)", [Status]:[Status], "Green")
Standard COUNTIFS syntax should work for this.
Good luck.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Answers
-
Hi @Shane Sorensen ,
Try:
=COUNIFS([Timeframe]:[Timeframe], "Medium (within next FY to 3 yrs)", [Status]:[Status], "Green")
Standard COUNTIFS syntax should work for this.
Good luck.
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
-
Hi Shane, Glad it worked. Thanks for using the Community.
Be Well,
Mark
I'm grateful for your "Vote Up" or "Insightful". Thank you for contributing to the Community.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!