Hello,
I am trying to use the following formula in another sheet to count how many employees were terminated on the system per month:
=COUNTIFS({Status}, @cell = "terminated", Month@row, {Turnover per month 2021 Range 4}, Year@row, {Turnover per month 2021 Range 2})
What am I doing wrong?