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
- 67.8K Get Help
- 474 Global Discussions
- 202 Use Cases
- 515 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!