Percent Complete Based on Checkboxes
I know this should be so simple and I have tried looking at the Help and Community channel but still getting hung up. All I want to do is based my % Complete on 4 checkboxes, if the checkbox is checked. Note, that I have columns hidden between these checkboxes.
I've tried:
=COUNTIF(([IDR 2 Completed]3, 1) + COUNTIF([G2 Completed]3, 1) + COUNTIF([IDR 4 Completed]3, 1) + COUNTIF([G4 Completed]3, 1)) / 4
Best Answer
-
Try this:
=Sum(COUNTIF([IDR 2 Completed]3, 1) + COUNTIF([G2 Completed]3, 1) + COUNTIF([IDR 4 Completed]3, 1) + COUNTIF([G4 Completed]3, 1)) / 4
Matt Lynn
How can I help? Schedule some time on my calendar: CLICK HERE
Answers
-
Try this:
=Sum(COUNTIF([IDR 2 Completed]3, 1) + COUNTIF([G2 Completed]3, 1) + COUNTIF([IDR 4 Completed]3, 1) + COUNTIF([G4 Completed]3, 1)) / 4
Matt Lynn
How can I help? Schedule some time on my calendar: CLICK HERE
-
Wow! Such an easy fix! Thank you so much!
Help Article Resources
Categories
Check out the Formula Handbook template!