Hi,
Wondered if anyone could help me, i have some data in the following format;
Team_ID Date Outcome
1 01/09/09 1
1 02/09/09 2
1 03/09/09 X
2 01/09/09 1
I would like to have a single line per team_id like the following;
Team_ID Outcome
1 12X
2 1
Im pretty new with VBA so struggling where to start really, ive read a few articles but all the examples are a little different to what i want to achieve. i dont know enough at the moment to confidently tweak any code examples ive seen. Can someone help me please??
Wondered if anyone could help me, i have some data in the following format;
Team_ID Date Outcome
1 01/09/09 1
1 02/09/09 2
1 03/09/09 X
2 01/09/09 1
I would like to have a single line per team_id like the following;
Team_ID Outcome
1 12X
2 1
Im pretty new with VBA so struggling where to start really, ive read a few articles but all the examples are a little different to what i want to achieve. i dont know enough at the moment to confidently tweak any code examples ive seen. Can someone help me please??