Hello!
I have a sheet that's feeding on an automation from another sheet and it is set to copy a row whenever a status changes on a case. Now I'm working on a series of monthly dashboards and I want to show the count of cases that where in each one of the status before each month ended.
This is my sheet that's feeding from the automation. I added the modified column so I can use this as a condition, (date range per every month) but I cant figure out the formula.
=count(distinct(collect({case id}, {qc general status},"Not Ready for Inspection", {modified}, ???)))
the logic of the criterion for the modified column should be: the greatest date less or equal to the last day of the month??
This is what I want to fill out