Hello Everyone! Happy Friday!
I am trying to create a Project Milestone Widget for my project dashboard. I want to be able to show the total number of tasks to be completed and the percentage that has been completed.
I used this formula to get the number of total tasks for each project phase (parent row). =COUNT(CHILDREN([Task Name]2))
I am having trouble with the last part. I am using this formula.
=COUNTIFS(CHILDREN([Task Name]2) [ Status:Status, "Complete”])
I was trying to mirror the formula I found on the Functions list
COUNTIFS
Advanced
COUNTIFS( range1 criterion1 [ range2criterion2... ] )
Re: https://help.smartsheet.com/functions
Is there any additional guidance anyone can give me?