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.