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