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.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!