Calculating # of Projected Launches
Hi, I'm trying to calculate the number of rows with a projected launch within the next 15 days. I've tried:
=COUNTIFS({Implementation Data Tracker v2 Range 4}, <=TODAY(15))
=COUNTM({Implementation Data Tracker v2 Range 4}, <=TODAY(15))
I also want to note that I don't have any other specifics for this, such as project type, etc. All I need is the # of rows slated within the next 15 days so that I call have that pull into a dashboard.
Answers
-
Hi @Meghan Car
I tested your formula with a demo sheet and found no problem.
=COUNTIF({Implementation Data Tracker v2 Range 4}, <=TODAY(15))
=COUNTIFS({Implementation Data Tracker v2 Range 4}, <=TODAY(15))
(Note: since you have one range and criteria pair, you can also use COUNTIF.)
Check your range
One possible problem is your reference.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 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!