Hi everyone,
In an employee list, I am trying to count all leavers in a month based on their position.
So far I have:
=SUMPRODUCT((P4:P719>='startdate')*(P4:P719<='enddate))
which counts all leavers and works like a charm... but I can't get it to count only the leavers with position "SM" which is stored in column T ...
can anyone help out here????
Many thanks!
In an employee list, I am trying to count all leavers in a month based on their position.
So far I have:
=SUMPRODUCT((P4:P719>='startdate')*(P4:P719<='enddate))
which counts all leavers and works like a charm... but I can't get it to count only the leavers with position "SM" which is stored in column T ...
can anyone help out here????
Many thanks!