Formula to Calculate % Complete
Hi there,
I have created a task sheet and want to calculate the % of completed tasks. Below is a picture of part of my sheet (there are a lot more tasks below). When an item is either ticked Yes or No, the Date field is auto populated. Once the Date field is populated the Completed cell turns from Red to Green. I would like my % completed cell to calculate the percentage of green/red.
Thanks in advance
Hannah
Answers
-
Hi @Hannah McHardy
Hope you are fine, first you need to use symbol column type (RGY) for completed column and make it's format % .to be able to count the green and red. then the following formula will give you the percentage
=COUNTIFS(CHILDREN(), "Green") / COUNT(CHILDREN())
the following screenshot shows the result
bassam.khalil2009@gmail.com
☑️ Are you satisfied with my answer to your question? Please help the Community by marking it as an ( Accepted Answer), and I will be grateful for your "Vote Up" or "Insightful"
-
Thanks for answering Bassam.
I haven't previously made the Completed column a symbol because I wanted it to change from red to green based on the Date column being entered and I couldn't figure out how to do that. Which is why I have used conditional formatting to colour code.
Any further tips?
Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 219 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!