Hi all,
I am currently stumped by which formula to use in order for me to calculate the number of the employee.
As you can see from the screenshot below, I was planned to calculate the movement of the employee in monthly basis.
So, currently the formula that I using is:
=COUNT([Joined Date]@row) - COUNTIFS([Last Working Date]@row, "(Month) 2021", [Last Working Date]@row, "(Month) 2021")
For example, this employee last working date is November 2021, so I expecting to see the cells in [As at 30-Nov-2021] & [As at 31-Dec-2021] will be "0".
So, the final result that I wanted is if the employee last working date is "November 2021", I expect to see from [As at 31-Jan-2021] all the way to [As at 31-Oct-2021] will be at "1". Then, [As at 30-Nov-2021] to [As at 31-Dec-2021] will be at "0".
Thanks in advance for the advices & help! 😊