I need to capture the count of tasks starting in the next 7 days that are marked as Not Started. Currently anytime I change the Status to Not Started my formula grabs it. So the task will be in the past but the formula is still counting it. Below is the formula I have, I can't get my head around it, any help is welcome.
=COUNTIFS({Start Date}, <=TODAY(7), {Deployment Plan WIP Range 1}, "Task", {Status}, "Not Started")