"GS Bugs/Enhancement summary" sheet in Smartsheet
For each row in your "GS Bugs/Enhancement summary" sheet in Smartsheet, do you want to calculate and display the following information for entries categorized as "Enhancement":
- Quantity of entries marked as "Complete"?
- Quantity of entries marked as "Not Complete"?
- Percentage of entries marked as "Complete" out of the total entries categorized as "Enhancement"?
Answers
-
Hi @Alexisss
You can use formulas to create calculations. For example, a COUNTIFS function will count how many rows meet your criteria.
So, if you have "Complete" or "Not Complete" as a column titled STATUS, then you can use a formula like so:
=COUNTIFS(Status:Status, "Complete")
And then again for your next criteria:
=COUNTIFS(Status:Status, "Not Complete")
For a percentage, find the total entries that are both "complete" and "enhancement" and divide it by the "enhancement" total:
=COUNTIFS(Status:Status, "Complete", Category:Category, "Enhancement") / COUNTIFS(Category:Category, "Enhancement")
Keep in mind you need to adjust the column names to match your column names. If this hasn't helped, it would be useful to see a screen capture of your sheet with the column names, but please block out sensitive data.
Thanks,
GenevieveJoin us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!