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.
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
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!