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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!