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
Check out the Formula Handbook template!