You can do this with a macro. The basic processing is pretty simple:
- Loop through the trucks in the report. For each truck
- Loop through the trucks in your tracking spreadsheet
- If no match, note that in the report (e.g., set the background color)
- If dates don't match, note that in the report and/or the tracking spreadsheet (e.g., set the font color)
- Loop through the trucks in your tracking spreadsheet
You can also perform other actions if you wish, such as adding a missing truck to your tracking spreadsheet or updating the date.