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
- Smartsheet Customer Resources
- 62.8K Get Help
- 376 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 284 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!