Percent complete when using date & checkbox field types
I have a task sheet that lists 7 items per row that need to be completed. I would like to calculate the percent complete of these tasks, but am running into trouble with my formula.
I have 4 checkbox columns, and 3 date columns. I may not use the check or a date in each, some will have "NA" or text, depending on the situation, not sure if this is what is messing with my formula?
Basically, I want to calculate the percentage based on which cells are not blank. The date fields seem to work fine, but the check boxes appear to read as 'not blank' whether they are checked or not. See screen shot.
This is the formula I have attempted to use:
=(7 - (COUNTIF([Request Proposal inclusion]@row:[Lab/Equip Rates on JIS]@row, ""))) / 7
Best Answer
-
Does this work?
=(7 - (COUNTIF([Request Proposal inclusion]@row:[Lab/Equip Rates on JIS]@row, OR(@cell = "", @cell = 0)))) / 7
Answers
-
Try this
=1 - ((7 - (COUNTIF([Request Proposal inclusion]@row:[Lab/Equip Rates on JIS]@row, =1) + COUNTIF([Request Proposal inclusion]@row:[Lab/Equip Rates on JIS]@row, ISDATE(@cell)))) / 7)
-
Hi @Devin Lee , that formula almost works, though I am still running into issues if there is text in a cell vs a date/check that matches the field type.
For example, all rows below the green line should be 100%, except for the 2nd and 7th rows.
-
Does this work?
=(7 - (COUNTIF([Request Proposal inclusion]@row:[Lab/Equip Rates on JIS]@row, OR(@cell = "", @cell = 0)))) / 7
-
That worked, thanks!!
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives