Here is the table, it can have a max of 52 rows.
[TABLE="width: 536"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Truck[/TD]
[TD]Date Cleaned[/TD]
[TD]Type Cleaning[/TD]
[TD]Next Cleaning Due[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]01/18/19[/TD]
[TD]Weekly[/TD]
[TD]01/25/19[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]01/18/19[/TD]
[TD]90 Day[/TD]
[TD]04/18/19[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]01/19/19[/TD]
[TD]Monthly[/TD]
[TD]02/18/19[/TD]
[/TR]
</tbody>[/TABLE]
So what I would like to do is take the last entry for truck 1, 5 or 55 etc. and create a sheet that shows when the next cleaning is due to be performed.
Where do I start? I'm thinking INDEX.MATCH but I'm not sure. Anyone willing to help?
[TABLE="width: 536"]
<colgroup><col><col><col><col></colgroup><tbody>[TR]
[TD]Truck[/TD]
[TD]Date Cleaned[/TD]
[TD]Type Cleaning[/TD]
[TD]Next Cleaning Due[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]01/18/19[/TD]
[TD]Weekly[/TD]
[TD]01/25/19[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]01/18/19[/TD]
[TD]90 Day[/TD]
[TD]04/18/19[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]01/19/19[/TD]
[TD]Monthly[/TD]
[TD]02/18/19[/TD]
[/TR]
</tbody>[/TABLE]
So what I would like to do is take the last entry for truck 1, 5 or 55 etc. and create a sheet that shows when the next cleaning is due to be performed.
Where do I start? I'm thinking INDEX.MATCH but I'm not sure. Anyone willing to help?