I am trying to create a formula will return a count of dates 21 days from the current date, but also sorted by an Assigned persons name and multiple statuses of the request.
Here is a formula that I have so far:
=COUNTIFS([Assigned To]:[Assigned To], "Name", [Status]:[Status], "Scheduled", [Start Date]:[Start Date], <=TODAY(+21))
What I would like to do is to add 2 or 3 more Status criteria. Or would I have to recreate this formula for those individual criteria.