I am trying to count the items that have a particular workstream, multiple status (blank, In progress) and Due date in the past. here is my formula:
=COUNTIFS([Workstream]:[Workstream], @row "QBR", [Status]:[Status], @row "In Progress", [Due Date]:[Due Date], @row <= TODAY())
the error I get is #unparseable. any ideas on help?
Thank you!