How to count incomplete tasks using % Complete?
Hi, I've got a project I've imported from MSProject, and my smartsheet has a % complete column. I'm trying to use COUNTIF to identify the number of tasks that are unstarted, those that are complete, and those that are in progress using that % Complete. I can get the first two to work, but I'm having trouble with the in-progress ones. I'm using the following formula:
=COUNTIF([% Complete]:[% Complete], AND([% Complete] <> 0 , [% Complete] <> 1))
and it's coming back as "unparseable".
Can somebody help me? I appreciate it!
Best Answers
-
Hi Thomas
I have re-produced your issue here and hopefully provided you with an answer
The function I used for the How many in progress row was:
=COUNTIFS([% Complete]:[% Complete], >0, [% Complete]:[% Complete], <1)
Hope this helps :)
Kind regards
Debbie Sawyer Consultant & Training Manager
-
Try using @cell references...
=COUNTIF([% Complete]:[% Complete], AND(@cell <> 0 , @cell <> 1))
Answers
-
Hi Thomas
I have re-produced your issue here and hopefully provided you with an answer
The function I used for the How many in progress row was:
=COUNTIFS([% Complete]:[% Complete], >0, [% Complete]:[% Complete], <1)
Hope this helps :)
Kind regards
Debbie Sawyer Consultant & Training Manager
-
Try using @cell references...
=COUNTIF([% Complete]:[% Complete], AND(@cell <> 0 , @cell <> 1))
-
YES!!! Both seem to work. Thank you both! Was banging my head against the wall of my home office.
-
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.1K Get Help
- 449 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!