count incomplete tasks due in next 30 days
I am trying to create a summary field on my project schedule that counts the number of tasks due in the next 30 days. I know a task is still open based on the % Complete (text/number field, formatted as %).
I have tried the following formula based on other feeds and get an error:
=COUNTIF([Finish]:[Finish], >Today(),[Finish],[Finish], <=Today(30), [% Complete]:[% Complete],<1)
If I use a text field, like a dropdown Status of "Open", then it works. But I don't want to add another field to maintain or even autofill.
Thanks for the help!
Best Answer
-
Hello,
Try using this formula
=COUNTIFS(Finish:Finish, AND(@cell > TODAY(), @cell <= TODAY(30)), [% Complete]:[% Complete], <1)
Answers
-
Hello,
Try using this formula
=COUNTIFS(Finish:Finish, AND(@cell > TODAY(), @cell <= TODAY(30)), [% Complete]:[% Complete], <1)
-
That worked. Thank you!
Help Article Resources
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
Check out the Formula Handbook template!