COUNTIFS Formula for % Complete with Dates and Check Boxes

We are trying to create a formula to calculate percentage complete based on specific criteria met in multiple columns within a Sheet Summary to build a Dashboard.
The formula we created is as follows: =(COUNTIFS([45-Day Check-in Mark]:[45-Day Check-in Mark], <TODAY(), [45-Day Check-in Complete]:[45-Day Check-in Complete], =1, [45-Day Check-in Mark]:[45-Day Check-in Mark], <>"")) / (COUNT([Training End Date]:[Training End Date]))
Our goal is for the formula to calculate percentage complete for onboarding check-ins at Two Weeks, 45-days, and more! We however, need to the % complete to not include in the total when no date is listed a column and the check box in another column is unchecked.
Answers
-
it looks like your current formula is correct, but you would need to add an IF statement before to check for whether date is not present, it also looks like you might need to nest the IF, or IF(AND, to check for the checkbox + date prior to the COUNT functions.
Sincerely,
Jacob Stey
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.9K Get Help
- 441 Global Discussions
- 153 Industry Talk
- 501 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 79 Community Job Board
- 511 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!