CountIf with Or and And?
Hi All!
I was hoping for some guidance on formula set up. I'm trying to create a chart of software defects and their severity. I have built a tracking spreadsheet for these items. I would like to count if the issue status is Submitted, In Progress OR Released AND the severity is Critical. I can then replicate this formula to count those with the other severities (High, Medium, Low, Nice to Have).
I'm new to SmartSheet and finding i'm struggling with formula syntax and structure. Thanks for any guidance you can provide!!
Best Answers
-
You will want to try something along the lines of...
=COUNTIFS(Severity:Severity, "Critical", Status:Status, OR(@cell = "Submitted", @cell = "In Progress", @cell = "Released"))
-
Thank you, Paul!! I am really loving SmartSheet....just struggling with formulas. Thank you!!!
Answers
-
You will want to try something along the lines of...
=COUNTIFS(Severity:Severity, "Critical", Status:Status, OR(@cell = "Submitted", @cell = "In Progress", @cell = "Released"))
-
Thank you, Paul!! I am really loving SmartSheet....just struggling with formulas. Thank you!!!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K 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
Check out the Formula Handbook template!