This is part of the asset management template. The stock formula has a category for assets due in 7 days. I wanted to change that to within 7 days, and I looked up this formula that is supposed to do the trick:
=COUNTIF({Sheet - Asset Management Sheet Range 2}, TODAY(7))
However, it is still only returning assets due in exactly 7 days. How can I get it to return assets within 7 days?