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
Community Champion
Archer Consulting Team
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
Community Champion
Archer Consulting Team
-
Wow! Such an easy fix! Thank you so much!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 450 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 80 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!