Formula for counting rows that are past Planned Finish date
I am trying to create a formula that will count the number of row items in my Planned Finish column that are past the date in the cell. I need a summary item so that I can use it on a dashboard to show how many projects are overdue or should be closed.
I have been trying to use a COUNTIF formulas that I saw other people using, but whatever way I try to set it up, I can't get it to work and get an UNPARSEABLE error.
Any help would be appreciated. Thanks!
=COUNTIF(Planned Finish:Planned Finish, <TODAY)
Best Answer
-
You did have it just missed two pieces out.
=COUNTIF(Planned Finish:Planned Finish, <TODAY)
Just needed the brackets around the column name and after the TODAY function to close it out.
=COUNTIF([Planned Finish]:[Planned Finish], <TODAY())
Hope that helps
Thanks
Paul
Answers
-
You did have it just missed two pieces out.
=COUNTIF(Planned Finish:Planned Finish, <TODAY)
Just needed the brackets around the column name and after the TODAY function to close it out.
=COUNTIF([Planned Finish]:[Planned Finish], <TODAY())
Hope that helps
Thanks
Paul
-
YES! That fixed it. I had been playing around with those elements but didn't have them at the same time! Thank you, Paul!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!