Epsilon101
Programmer
Hi,
I am having a little trouble trying to figure a way of doing this, i tried to do it the =INDEX( ,MATCH(),MATCH()) way, but its not setup to do it very easily.
I have got sheets 'Summary' and 'Users'
'Users' is a table with 2 columns as below
USER ID TEAM
BOBB Team 1
PHILD Team 1
DAVIEST Team 2
..etc
and 'Summary' is a big table like below
Date Stat BOBB PHILD DAVIEST TDS 01/09/2004 Stat1 1 2 5
Stat2 3 4 2
Stat3 6 5 10
Stat4 2 6 2
02/09/2004 Stat1 3 6 2
Stat2 4 7 1
Stat3 7 2 11
STat4 3 7 3
etc... this is all made up dates go down to end of the month.
TDS Field is Team Daily Summary, there will be 2 of this for team 1 and 2.
For team 1 TDS the idea is to for each stat line sum the numbers under each name that is in team 1.
Any ideas on how to do this?? My example of the data in 'Summary' is very simple compared to the actual layout, but thats what is shows. Short of adding the team name to the left of the number under each name on the stat line like below.
Date Stat Team Name BOBB
01/09/2004 Stat1 Team 1 1
Stat2 Team 1 3
Stat3 Team 1 6
Stat4 Team 1 2
02/09/2004 Stat1 Team 1 3
Stat2 Team 1 4
Stat3 Team 1 7
STat4 Team 1 3
---------------------------------------
Neil
I am having a little trouble trying to figure a way of doing this, i tried to do it the =INDEX( ,MATCH(),MATCH()) way, but its not setup to do it very easily.
I have got sheets 'Summary' and 'Users'
'Users' is a table with 2 columns as below
USER ID TEAM
BOBB Team 1
PHILD Team 1
DAVIEST Team 2
..etc
and 'Summary' is a big table like below
Date Stat BOBB PHILD DAVIEST TDS 01/09/2004 Stat1 1 2 5
Stat2 3 4 2
Stat3 6 5 10
Stat4 2 6 2
02/09/2004 Stat1 3 6 2
Stat2 4 7 1
Stat3 7 2 11
STat4 3 7 3
etc... this is all made up dates go down to end of the month.
TDS Field is Team Daily Summary, there will be 2 of this for team 1 and 2.
For team 1 TDS the idea is to for each stat line sum the numbers under each name that is in team 1.
Any ideas on how to do this?? My example of the data in 'Summary' is very simple compared to the actual layout, but thats what is shows. Short of adding the team name to the left of the number under each name on the stat line like below.
Date Stat Team Name BOBB
01/09/2004 Stat1 Team 1 1
Stat2 Team 1 3
Stat3 Team 1 6
Stat4 Team 1 2
02/09/2004 Stat1 Team 1 3
Stat2 Team 1 4
Stat3 Team 1 7
STat4 Team 1 3
---------------------------------------
Neil