I want to calculate (count) the number of times entries appear to the right of someone's name across multiple worksheets (the name will appear on different rows on the different worksheets).
I am calculating shifts on a roster.
I have twelve worksheets - one for each month.
On each worksheet B1 to AF1 are the days of the month.
On each worksheet A2 to A10 are people's names (these change order on different worksheets).
To the right of someone's name (across the month) they have shift names, let's call them S1, S2, S3 and S4.
On worksheet 13 I need to count how many times person one has done each of the different shift names. So all the people's names are listed in alphabetical order down the page, across the top are the different shift names and the cells need to populate the counts from across the other worksheets.
Happy to use VBA if needs be, or formulas if that's even possible.