Trying to flag an item within a date range.
I am using the Asset Management template set and need to have the dashboard update when an item is due within 7 days of the assigned due date. I tried the below formula:
=COUNTIF({Sheet - Asset Tracker Range 2}, TODAY() + 7)
Asset Tracker Range 2 is the assigned due date.
This is giving me everything due exactly 7 days from today. I am stumped on how to get this to populate based on a range of 1-7 days from today's date.
Any advice is greatly appreciated. 😊
Best Answer
-
@VSteg Oh, sorry. it should be =COUNTIF({Sheet - Asset Tracker Range 2}, <= TODAY(7))
Answers
-
@VSteg I think you need a logic icon. Try =COUNTIF({Sheet - Asset Tracker Range 2}, <= TODAY() + 7)
-
@Eric Law Thank you for your response! I tried that and received an invalid operation error.
-
@VSteg Oh, sorry. it should be =COUNTIF({Sheet - Asset Tracker Range 2}, <= TODAY(7))
-
@Eric Law Thank you for your help! 😁 That seemed to fix that issue.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.6K Get Help
- 405 Global Discussions
- 215 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!