So I have several formulas calculating what date range a date is in...two weeks out, three weeks out, etc.
=COUNTIFS([Calc if Done]@row, =0, [End Date]@row, AND(@cell > TODAY(+7), @cell <= TODAY(+14)))
This give me a 1 or 0 result so I can count them, great! How can I change the formula so that I know what the DATES are for the Result? For example:
If End Date = Oct 12th, 2020
Formula above will return a 1. Can I get it to return the Date Range?
Oct 6th, 2020 - Oct 13th, 2020
Thanks so much for all the great advice I get in this community!!
Jeana