I want to count the number of tasks due within a certain time frame, let's say next 7 days. I have found the following formula to work:
=COUNTIFS([Due Date]:[Due Date], >=TODAY(), [Due Date]:[Due Date], <=TODAY(7))
However, I now want to expand the formula so it is only counting the number of tasks due that is assigned to a specific individual. I have not been able to figure out which formula to make this work.
Does anyone have some suggestions I can try?