I know the answer is probably obvious to some of you but I cant see it it. I have a table of employees and week numbers like so
Week Number Employee
1 .................Mike
1................. Mike
1................. Mike
1................. John
1................. John
2................. Mike
2................. John
2 .................John
3 .................John
3 .................John
3 .................John
3 .................Mike
3 .................John
3 .................John
4 .................John
4 .................Mike
4 .................Mike
4 .................John
5 .................Mike
5 .................Mike
5 .................Mike
I add to this most days. I have tables running off this for each of the weeks that look like this
Week 5
John.......2
Mike ......3
Total ......5
When I add a new row onto the master table eg, 5, Mike I want my secondary tables to update automatically. I've tried COUNTIF and MATCH/INDEX but can't seem to get it right.
It can be done on a pivot table but a pivot is not appropriate in this case.
Week Number Employee
1 .................Mike
1................. Mike
1................. Mike
1................. John
1................. John
2................. Mike
2................. John
2 .................John
3 .................John
3 .................John
3 .................John
3 .................Mike
3 .................John
3 .................John
4 .................John
4 .................Mike
4 .................Mike
4 .................John
5 .................Mike
5 .................Mike
5 .................Mike
I add to this most days. I have tables running off this for each of the weeks that look like this
Week 5
John.......2
Mike ......3
Total ......5
When I add a new row onto the master table eg, 5, Mike I want my secondary tables to update automatically. I've tried COUNTIF and MATCH/INDEX but can't seem to get it right.
It can be done on a pivot table but a pivot is not appropriate in this case.