Hello
I don't know whether or not this can be done with a formula or requires VB.
I have a spreadsheet with employees listed and the function they belong to. I need to count the number of workers in the Customer Services function as at the last day of each month.
The columsn are:
firstname, surname, worker_type, notes, function, start date, end date,
I currently have in my answer cell:
=COUNTIFS('Current'!$C$3:$C400,"Contractor",'Current'!$E$3:$E400,"CS")
In the 'current' worksheet there are also those who are going to be starting at a future date, so these need to be ignored. There are Contractors and PAYEs so I'm just counting contractors in CS and in this case who are employed still as at 31/10/13.
Can someone push me in the right direction?
regards
Denise
I don't know whether or not this can be done with a formula or requires VB.
I have a spreadsheet with employees listed and the function they belong to. I need to count the number of workers in the Customer Services function as at the last day of each month.
The columsn are:
firstname, surname, worker_type, notes, function, start date, end date,
I currently have in my answer cell:
=COUNTIFS('Current'!$C$3:$C400,"Contractor",'Current'!$E$3:$E400,"CS")
In the 'current' worksheet there are also those who are going to be starting at a future date, so these need to be ignored. There are Contractors and PAYEs so I'm just counting contractors in CS and in this case who are employed still as at 31/10/13.
Can someone push me in the right direction?
regards
Denise