Hello all,
I have a table like so called SEASON 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]9[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]10[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]8[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]9[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]J. Milner[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Now I have another table called SEASON 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]5[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]7[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]4[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]W. Rooney[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
The difference between these tables is that the player J. Milner has been replaced by W. Rooney but they are both two separate tables.
Now what I want to do is combine both tables into a 'HISTORY/RECORDS' table so this third table will grab all data from both SEASON 1 & SEASON 2 tables and combine them, so the third table should have these results:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]14[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]12[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]15[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]15[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]14[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]14[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]13[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]J. Milner[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]W. Rooney[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Notice that the third table has "summed" all matching data but all kept the data removed from 'SEASON 1' (J. Milner) and added the data from table 'SEASON 2' (W. Rooney).
Please ask if i haven't explained myself well enough.
I am looking for pure formulas if possible no VB.
Looking forward to your responses.
Thanks
I have a table like so called SEASON 1:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]9[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]10[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]10[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]8[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]9[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]9[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]J. Milner[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
Now I have another table called SEASON 2:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]5[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]3[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]5[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]7[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]7[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]4[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]W. Rooney[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
The difference between these tables is that the player J. Milner has been replaced by W. Rooney but they are both two separate tables.
Now what I want to do is combine both tables into a 'HISTORY/RECORDS' table so this third table will grab all data from both SEASON 1 & SEASON 2 tables and combine them, so the third table should have these results:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Player[/TD]
[TD]Appearances[/TD]
[TD]Goals[/TD]
[/TR]
[TR]
[TD]J. Hart[/TD]
[TD]14[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]V. Kompany[/TD]
[TD]12[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Y. Toure[/TD]
[TD]15[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]E. Dzeko[/TD]
[TD]17[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]S. Aguero[/TD]
[TD]15[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]S. Nasri[/TD]
[TD]14[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]D. Silva[/TD]
[TD]14[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]G. Clichy[/TD]
[TD]13[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]J. Milner[/TD]
[TD]10[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]W. Rooney[/TD]
[TD]5[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Notice that the third table has "summed" all matching data but all kept the data removed from 'SEASON 1' (J. Milner) and added the data from table 'SEASON 2' (W. Rooney).
Please ask if i haven't explained myself well enough.
I am looking for pure formulas if possible no VB.
Looking forward to your responses.
Thanks