I have three columns where the first column have names, second column has week (eg, Week 1, Week 2) and the third column has shifts (eg, S1, S2).
I want to count the number of instances of third column of a specific person of first column in a particular week.
For EG:
Col 1 Col 2 Col 3
Names Week Shifts.
Mike Week1 S1
Jack Week1 S1
Ray Week1 S2
Mike Week1 S1
How do i count how many times Mike has done S1 in Week1?
I want to count the number of instances of third column of a specific person of first column in a particular week.
For EG:
Col 1 Col 2 Col 3
Names Week Shifts.
Mike Week1 S1
Jack Week1 S1
Ray Week1 S2
Mike Week1 S1
How do i count how many times Mike has done S1 in Week1?
Last edited: