hello everyone,
I have data for various vehicles/trips and i am attempting to show the start date (data i have) and the end date (data that is not provided). I can show this if i can make the connection between the vehicle numbers and populating the start date for the next trip as the end date. unfortunately because of how the information is used it is difficult to maintain the data in descending order. I have tried a few different ways with no success. Any help would be greatly appreciated. I included some sample data and color coded the dates to show the relation between them.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Vehicle[/TD]
[TD]Start Date[/TD]
[TD]End Date (Start of Next Trip)[/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]1/18/2019[/TD]
[TD]2/3/2019[/TD]
[/TR]
[TR]
[TD]xi-587[/TD]
[TD]2/3/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ru-624[/TD]
[TD]4/8/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]2/3/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]st-199[/TD]
[TD]1/18/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]12/13/2018[/TD]
[TD]1/18/2019[/TD]
[/TR]
[TR]
[TD]xi-587[/TD]
[TD]1/18/2019[/TD]
[TD]2/3/2019[/TD]
[/TR]
[TR]
[TD]ru-624[/TD]
[TD]3/4/2019[/TD]
[TD]4/8/2019[/TD]
[/TR]
</tbody>[/TABLE]
I have data for various vehicles/trips and i am attempting to show the start date (data i have) and the end date (data that is not provided). I can show this if i can make the connection between the vehicle numbers and populating the start date for the next trip as the end date. unfortunately because of how the information is used it is difficult to maintain the data in descending order. I have tried a few different ways with no success. Any help would be greatly appreciated. I included some sample data and color coded the dates to show the relation between them.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Vehicle[/TD]
[TD]Start Date[/TD]
[TD]End Date (Start of Next Trip)[/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]1/18/2019[/TD]
[TD]2/3/2019[/TD]
[/TR]
[TR]
[TD]xi-587[/TD]
[TD]2/3/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]ru-624[/TD]
[TD]4/8/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]2/3/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]st-199[/TD]
[TD]1/18/2019[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]tr-123[/TD]
[TD]12/13/2018[/TD]
[TD]1/18/2019[/TD]
[/TR]
[TR]
[TD]xi-587[/TD]
[TD]1/18/2019[/TD]
[TD]2/3/2019[/TD]
[/TR]
[TR]
[TD]ru-624[/TD]
[TD]3/4/2019[/TD]
[TD]4/8/2019[/TD]
[/TR]
</tbody>[/TABLE]