As the title says there is more. I have some data (soccer scores). What I want to do is pull the date of the last game PLAYED by each team. I used to have a formula but I can not find it to the best of me.
[TABLE="width: 710"]
<colgroup><col><col><col span="2"><col><col span="2"><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 710"]
<colgroup><col><col><col span="2"><col><col span="2"><col></colgroup><tbody>[TR]
[TD]10/01/19[/TD]
[TD]1.00[/TD]
[TD]Tigre (ARG)[/TD]
[TD]San Martin Tucuman (ARG)[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]L[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]10/02/19[/TD]
[TD]1.00[/TD]
[TD]Agropecuario (ARG)[/TD]
[TD]Deportivo Moron (ARG)[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]L[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]10/03/19[/TD]
[TD]1.00[/TD]
[TD]Atletico Mitre (ARG)[/TD]
[TD]Barracas Central (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/04/19[/TD]
[TD]1.00[/TD]
[TD]Flandria (ARG)[/TD]
[TD]Tristan Suarez (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/04/19[/TD]
[TD]1.00[/TD]
[TD]Instituto Cordoba (ARG)[/TD]
[TD]Quilmes (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/05/19[/TD]
[TD]1.00[/TD]
[TD]Almagro (ARG)[/TD]
[TD]Tigre (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/05/19[/TD]
[TD]1.00[/TD]
[TD]Argentinos Jrs (ARG)[/TD]
[TD]Arsenal Sarandi (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
For example, Tigre played a game on 10/1/19, but has another game scheduled on 10/5/19. I only want ot be able to pull the date of the last game played. The formula I used used to match (I think) the team name on the table with the team name in another, and then find if there was a number for the score, and from there grab the date.
Any and all help is greatly appreciated.
[TABLE="width: 710"]
<colgroup><col><col><col span="2"><col><col span="2"><col></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][TABLE="width: 710"]
<colgroup><col><col><col span="2"><col><col span="2"><col></colgroup><tbody>[TR]
[TD]10/01/19[/TD]
[TD]1.00[/TD]
[TD]Tigre (ARG)[/TD]
[TD]San Martin Tucuman (ARG)[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]L[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]10/02/19[/TD]
[TD]1.00[/TD]
[TD]Agropecuario (ARG)[/TD]
[TD]Deportivo Moron (ARG)[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]L[/TD]
[TD]W[/TD]
[/TR]
[TR]
[TD]10/03/19[/TD]
[TD]1.00[/TD]
[TD]Atletico Mitre (ARG)[/TD]
[TD]Barracas Central (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/04/19[/TD]
[TD]1.00[/TD]
[TD]Flandria (ARG)[/TD]
[TD]Tristan Suarez (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/04/19[/TD]
[TD]1.00[/TD]
[TD]Instituto Cordoba (ARG)[/TD]
[TD]Quilmes (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/05/19[/TD]
[TD]1.00[/TD]
[TD]Almagro (ARG)[/TD]
[TD]Tigre (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]10/05/19[/TD]
[TD]1.00[/TD]
[TD]Argentinos Jrs (ARG)[/TD]
[TD]Arsenal Sarandi (ARG)[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
For example, Tigre played a game on 10/1/19, but has another game scheduled on 10/5/19. I only want ot be able to pull the date of the last game played. The formula I used used to match (I think) the team name on the table with the team name in another, and then find if there was a number for the score, and from there grab the date.
Any and all help is greatly appreciated.