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
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!