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
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!