Counting a row if due date is >= 2 weeks from TODAY()
Hi All
I was wondering if anyone has been able to come up with a formula to count a row if the column due date is a certain amount of days from "today". I want to add a backlog tracker to my dashboard but I can't seem to come up with a solution that works. Below is the formula I came up with but it obviously has failed me.
=COUNTIFS({AR Need By}, TODAY() > 15)
Any help is greatly appreciated - thank you!
Best Answer
-
Hi Camie,
There may be some other ways to do this, but here is something to try. I've found there are some unique aspects of placement of greater than and less than signs around the today condition.
=COUNTIFS({AR Need By}, >TODAY(), {AR Need By}, <TODAY(15))
Hope this helps
Answers
-
Hi Camie,
There may be some other ways to do this, but here is something to try. I've found there are some unique aspects of placement of greater than and less than signs around the today condition.
=COUNTIFS({AR Need By}, >TODAY(), {AR Need By}, <TODAY(15))
Hope this helps
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!