Hi guys and girls and please help.
I am trying to make an "active excel sheet".
To be specific, imagine there is a boat travelling by a schedule and I want to show in a cell the actual port/status, next port/status name, time until next location, time until arrival/departure.
I have the schedule, but don't know where/how to start.
The reference point is now(date&time).
The schedule is like this, 1st 10 days of July. The fact is that if I reffer to DAY, I have missing days, like 07/02/2019, when the boat sails all 2nd of July. Same story with 4th, 10th etc.
Thanks and sorry if there is something simillar but had no idea what to search for.
Regards!
[TABLE="width: 364"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]ARRIVAL[/TD]
[TD]Location[/TD]
[TD]DEPARTURE[/TD]
[/TR]
[TR]
[TD]07/01/2019 7:00:00[/TD]
[TD]Bruges[/TD]
[TD]07/01/2019 14:59:59[/TD]
[/TR]
[TR]
[TD]07/01/2019 15:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/03/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/03/2019 7:00:00[/TD]
[TD]Copenhagen[/TD]
[TD]07/03/2019 16:59:59[/TD]
[/TR]
[TR]
[TD]07/03/2019 17:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/05/2019 8:59:59[/TD]
[/TR]
[TR]
[TD]07/05/2019 9:00:00[/TD]
[TD]Stockholm[/TD]
[TD]07/05/2019 18:59:59[/TD]
[/TR]
[TR]
[TD]07/05/2019 19:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/06/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/06/2019 7:00:00[/TD]
[TD]Visby[/TD]
[TD]07/06/2019 16:59:59[/TD]
[/TR]
[TR]
[TD]07/06/2019 17:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/07/2019 8:59:59[/TD]
[/TR]
[TR]
[TD]07/07/2019 9:00:00[/TD]
[TD]Tallinn[/TD]
[TD]07/07/2019 17:59:59[/TD]
[/TR]
[TR]
[TD]07/07/2019 18:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/08/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/08/2019 7:00:00[/TD]
[TD]St Petersburg[/TD]
[TD]07/09/2019 17:59:59[/TD]
[/TR]
[TR]
[TD]07/09/2019 18:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/11/2019 8:59:59[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to make an "active excel sheet".
To be specific, imagine there is a boat travelling by a schedule and I want to show in a cell the actual port/status, next port/status name, time until next location, time until arrival/departure.
I have the schedule, but don't know where/how to start.
The reference point is now(date&time).
The schedule is like this, 1st 10 days of July. The fact is that if I reffer to DAY, I have missing days, like 07/02/2019, when the boat sails all 2nd of July. Same story with 4th, 10th etc.
Thanks and sorry if there is something simillar but had no idea what to search for.
Regards!
[TABLE="width: 364"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]ARRIVAL[/TD]
[TD]Location[/TD]
[TD]DEPARTURE[/TD]
[/TR]
[TR]
[TD]07/01/2019 7:00:00[/TD]
[TD]Bruges[/TD]
[TD]07/01/2019 14:59:59[/TD]
[/TR]
[TR]
[TD]07/01/2019 15:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/03/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/03/2019 7:00:00[/TD]
[TD]Copenhagen[/TD]
[TD]07/03/2019 16:59:59[/TD]
[/TR]
[TR]
[TD]07/03/2019 17:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/05/2019 8:59:59[/TD]
[/TR]
[TR]
[TD]07/05/2019 9:00:00[/TD]
[TD]Stockholm[/TD]
[TD]07/05/2019 18:59:59[/TD]
[/TR]
[TR]
[TD]07/05/2019 19:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/06/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/06/2019 7:00:00[/TD]
[TD]Visby[/TD]
[TD]07/06/2019 16:59:59[/TD]
[/TR]
[TR]
[TD]07/06/2019 17:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/07/2019 8:59:59[/TD]
[/TR]
[TR]
[TD]07/07/2019 9:00:00[/TD]
[TD]Tallinn[/TD]
[TD]07/07/2019 17:59:59[/TD]
[/TR]
[TR]
[TD]07/07/2019 18:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/08/2019 6:59:59[/TD]
[/TR]
[TR]
[TD]07/08/2019 7:00:00[/TD]
[TD]St Petersburg[/TD]
[TD]07/09/2019 17:59:59[/TD]
[/TR]
[TR]
[TD]07/09/2019 18:00:00[/TD]
[TD]At Sea[/TD]
[TD]07/11/2019 8:59:59[/TD]
[/TR]
</tbody>[/TABLE]