Hello Everyone,
so i have in my sheet a row with dates and another row with names,
the names are shown several times in different dates, I want to show in other place in the sheet (a few rows under..) the name and next to every name the last date it was written
so for example if Jim was written in 03/01/2017 and also in 21/05/2017 I want that a few rows under in the cell next to the name Jim I'll have only the date 21/05/2017
here an example..
[TABLE="width: 500"]
<tbody>[TR]
[TD]03/01/2017[/TD]
[TD]01/02/2017[/TD]
[TD]14/03/2017[/TD]
[TD]16/03/2017[/TD]
[TD]21/05/2017[/TD]
[TD]11/06/2017[/TD]
[TD]14/07/2017[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]David[/TD]
[TD]David[/TD]
[TD]Jhon[/TD]
[TD]Jim[/TD]
[TD]Alice[/TD]
[TD]Alice[/TD]
[/TR]
</tbody>[/TABLE]
and here (few rows under) I want to show like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]LAST SEEN[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]21/05/2017[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]14/03/2017[/TD]
[/TR]
[TR]
[TD]Jhon[/TD]
[TD]16/03/2017[/TD]
[/TR]
[TR]
[TD]Alice[/TD]
[TD]14/07/2017[/TD]
[/TR]
</tbody>[/TABLE]
hope you can help me and thanks!
so i have in my sheet a row with dates and another row with names,
the names are shown several times in different dates, I want to show in other place in the sheet (a few rows under..) the name and next to every name the last date it was written
so for example if Jim was written in 03/01/2017 and also in 21/05/2017 I want that a few rows under in the cell next to the name Jim I'll have only the date 21/05/2017
here an example..
[TABLE="width: 500"]
<tbody>[TR]
[TD]03/01/2017[/TD]
[TD]01/02/2017[/TD]
[TD]14/03/2017[/TD]
[TD]16/03/2017[/TD]
[TD]21/05/2017[/TD]
[TD]11/06/2017[/TD]
[TD]14/07/2017[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]David[/TD]
[TD]David[/TD]
[TD]Jhon[/TD]
[TD]Jim[/TD]
[TD]Alice[/TD]
[TD]Alice[/TD]
[/TR]
</tbody>[/TABLE]
and here (few rows under) I want to show like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]LAST SEEN[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]21/05/2017[/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD]14/03/2017[/TD]
[/TR]
[TR]
[TD]Jhon[/TD]
[TD]16/03/2017[/TD]
[/TR]
[TR]
[TD]Alice[/TD]
[TD]14/07/2017[/TD]
[/TR]
</tbody>[/TABLE]
hope you can help me and thanks!