Hi there, I have just found this site and hopefully someone can help with them problem im faced with. I have one sheet within the workbook with the Table shown below where I track the football results from all English and Scottish leagues. [TABLE="width: 500"]
<tbody>[TR]
[TD]WEEK
[/TD]
[TD]HRES
[/TD]
[TD]HSCORE
[/TD]
[TD]HOME
[/TD]
[TD]AWAY
[/TD]
[TD]ASCORE
[/TD]
[TD]ARES
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]LOSE
[/TD]
[TD][/TD]
[TD]NORWICH
[/TD]
[TD]ASTON VILLA
[/TD]
[TD]1
[/TD]
[TD]WIN
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]WIN
[/TD]
[TD]4
[/TD]
[TD]MANCHESTER CITY
[/TD]
[TD]MANCHESTER UNITED
[/TD]
[TD]1
[/TD]
[TD]LOSE
[/TD]
[/TR]
</tbody>[/TABLE]
By typing the score into HSCORE and ASCORE I am returned the match result for each team in HRES and ARES. In another sheet I have the below table where the last weeks match result is input to form a week by week form guide.[TABLE="width: 500"]
<tbody>[TR]
[TD]Team
[/TD]
[TD]3
[/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]Norwich
[/TD]
[TD]LOSE
[/TD]
[TD]DRAW
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Aston Villa
[/TD]
[TD]LOSE
[/TD]
[TD]WIN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Manchester City
[/TD]
[TD]WIN
[/TD]
[TD]DRAW
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Manchester United
[/TD]
[TD]WIN
[/TD]
[TD]WIN
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Currently I am having to input the match result for each week in manually but what I would ultimately like is to input a formula into each week that would copy the match result from table 1 to table 2 as the scores are input. I have tried a couple of IF statements but struggling to get my head around it. Any help much appreciated.
<tbody>[TR]
[TD]WEEK
[/TD]
[TD]HRES
[/TD]
[TD]HSCORE
[/TD]
[TD]HOME
[/TD]
[TD]AWAY
[/TD]
[TD]ASCORE
[/TD]
[TD]ARES
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]LOSE
[/TD]
[TD][/TD]
[TD]NORWICH
[/TD]
[TD]ASTON VILLA
[/TD]
[TD]1
[/TD]
[TD]WIN
[/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD]WIN
[/TD]
[TD]4
[/TD]
[TD]MANCHESTER CITY
[/TD]
[TD]MANCHESTER UNITED
[/TD]
[TD]1
[/TD]
[TD]LOSE
[/TD]
[/TR]
</tbody>[/TABLE]
By typing the score into HSCORE and ASCORE I am returned the match result for each team in HRES and ARES. In another sheet I have the below table where the last weeks match result is input to form a week by week form guide.[TABLE="width: 500"]
<tbody>[TR]
[TD]Team
[/TD]
[TD]3
[/TD]
[TD]4
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]Norwich
[/TD]
[TD]LOSE
[/TD]
[TD]DRAW
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Aston Villa
[/TD]
[TD]LOSE
[/TD]
[TD]WIN
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Manchester City
[/TD]
[TD]WIN
[/TD]
[TD]DRAW
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Manchester United
[/TD]
[TD]WIN
[/TD]
[TD]WIN
[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Currently I am having to input the match result for each week in manually but what I would ultimately like is to input a formula into each week that would copy the match result from table 1 to table 2 as the scores are input. I have tried a couple of IF statements but struggling to get my head around it. Any help much appreciated.