Firstly, many thanks for taking the time to read.
I am using the following formula to return the number of employees that are leaving in the coming month which works perfectly fine. However, the report I run is always as at the last day of the month and it also neds to capture employees who are leaving on that date, So for example if 2 employees are leaving on 30 Sep 17 and 3 employees leaving on 16 Oct 17 I need it to return a total of 5, currently it is only returning 3 i.e. those in October.
Most grateful for any help.
Firstly, many thanks for taking the time to read.
I am using the following formula to return the number of employees that are leaving in the coming month which works perfectly fine. However, the report I run is always as at the last day of the month and it also needs to capture employees who are leaving on that date, So for example if 2 employees are leaving on 30 Sep 17 and 3 employees leaving on 16 Oct 17 I need it to return a total of 5, currently it is only returning 3 i.e. those in October.
I am using the following formula to return the number of employees that are leaving in the coming month which works perfectly fine. However, the report I run is always as at the last day of the month and it also neds to capture employees who are leaving on that date, So for example if 2 employees are leaving on 30 Sep 17 and 3 employees leaving on 16 Oct 17 I need it to return a total of 5, currently it is only returning 3 i.e. those in October.
Most grateful for any help.
Firstly, many thanks for taking the time to read.
I am using the following formula to return the number of employees that are leaving in the coming month which works perfectly fine. However, the report I run is always as at the last day of the month and it also needs to capture employees who are leaving on that date, So for example if 2 employees are leaving on 30 Sep 17 and 3 employees leaving on 16 Oct 17 I need it to return a total of 5, currently it is only returning 3 i.e. those in October.
Code:
[=COUNTIFS(Activity!$D$2:$D$566,"D",Activity!$E$2:$E$566,"AC",Activity!$G$2:$G$566,"<> Short Term",Activity!$J$2:$J$566,"Leaver",Activity!$I$2:$I$566,">"&EOMONTH(TODAY(),-1))
/CODE]
Most grateful for any help.