Hi need some help with a formula issue.
I have a list of engineering job packs- 1 Job pack can have several work points in this job pack. I have a status column and I want to count the percentage of "complete" cells In relation to the amount of work points filtered...
This is the formula I am using for the full table list but this does not update if I filter to a specific job pack or several job packs.
=COUNTIF([STATUS],"COMPLETE")/((COUNTA([STATUS]))+COUNTBLANK([STATUS]))
How can I edit or change this formula to update the percentage based on what is selected In the filter.