Counting the number of items due in the next six months from today's date
Hi,
I am struggling to find a formula that can count the number of items (each row represents a task/project) that are due in the next six months from TODAY (the date of viewing). At the moment the below formula is incorrect ...
=COUNTIF([Target Closure Date]:[Target Closure Date], IFERROR(MONTH(@cell), TODAY(MONTH(+6))))
Other info: This formula is being used in the sheet summary section and to be displayed on dashboard as metric. The column "Target Closure Date" contains the target end dates, some of these may be blank.
Tags:
Best Answer
-
Try this:
=COUNTIFS([Target Closure Date]:[Target Closure Date], AND(@cell >= TODAY(), @cell <= TODAY(180)))
Answers
-
Try this:
=COUNTIFS([Target Closure Date]:[Target Closure Date], AND(@cell >= TODAY(), @cell <= TODAY(180)))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!