I'm trying to write a formula to count the number of tasks due between 8 and 14 days in the future. I started with a formula that is working for the number of tasks due in 7 days:
=COUNTIFS({Schedule - % Complete}, <1, {Schedule - End Date}, <=TODAY(+7))
I could repeat the formula, replacing the +7 with +14, but I don't want the tasks due in 7 days to be repeated in the due-in-14-days number. I tried this formula, but I get invalid operation.
=COUNTIFS({Schedule - % Complete}, <1, {Schedule - End Date}, >TODAY(+7), <=TODAY(+14)).
Thank you for any help you can provide.
Lori Flanigan