Hello-
I am trying to get a formula to calculate if the task is still open and the date is before today's date then the task is overdue. This is what I have for the cell and it keeps returning unparseable:
=COUNTIFs({NITD Action Log Range 2}, "Open", [{NITD Action Log Range 3}, <=TODAY() ]
Range 2 is a column stating if the task is Open or Closed and Range 3 is a due date column.
Can someone help with this formula?
Thank you!!