Smartsheet Community:
I Need to Add to The Formula Below to Calculate % Complete Only if it is a Pass, Fail, or Not Applicable.
=ROUND(IF(COUNTIF(DESCENDANTS(), 1) / COUNT(DESCENDANTS()) > 0, COUNTIF(DESCENDANTS(), 1) / COUNT(DESCENDANTS()), 0) * 100, 0) + "%"
Below is a Screen Shot of what I am Trying to Accomplish.
Thanks