Hello!
I have a sheet that all projects that are marked as closed are automatically moved to. There is a system generated date field to show when the lines were created so that we know what date each project was closed.
I am trying to, in a separate sheet, reference the Date Closed column and return a countifs if the date is within a specific month.
In reading previous forum posts, I was attempting to modify something like this:
=COUNTIFS{IT Completed Projects Archive Range 1}, IFERROR(YEAR(@cell), 0) = 2021)
And I was going to work back from the Year to the Month, but It keeps returning an #UNPARSEABLE error.
My Date Closed column looks like this, but I am not sure why it won't return any of my 2021 results. Please help!