Count if project is starting within the next 30 days
Hi,
I'm trying to count how many projects will be starting within the next 30 days. I understand I can filter, but i need to run a report and I'm having difficulty with my formula. I'm fairly new with formulas. I continue to receive a "unparseable" error" . Any help would be greatly appreciated. Thank you in advance.
=COUNTIF({Reference master sheet target start date column}, AND ({Reference master sheet target start date column} <=TODAY(), {Reference master sheet target start date column}<=TODAY (30))))
Answers
-
I would create a checkbox helper column and something like Start Date<=TODAY (30) and count the TRUE responses.
-
Thank you James!
-
=countif(StartDate:StartDate,and(@cell > today(),@cell <= today(30)
-
Thank you James!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!