Compare data from 3 tables and return closely matching timestamps

p1nkman

New Member
Joined
Sep 25, 2022
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hey guys, I am new in the forum. To explain my problem shortly:

I have these 4 tables with Item Number, Palette Number, Date and time stamp for that respective date.

I need to match the Palette Numbers from Table 1 with that of Table 2, Table 3 and Table 4. Once a match, I need to look for the exact date and closest timestamps for those specific matches and return only the closest timestamp (e.g within 1 hour).

Example:
4Tables_Timematching_2.png

In the above photo, for example, the Palette Numbers is a match, however, there are two same Palette Numbers on the same day, with different time stamps. I need to match the closest ones from Table 1 to Table 2, from Table 2 to Table 3, and from Table 3 to Table 4. In the end I want to calculate the complete movement time with this information.

I hope I was able to explain myself. Could I do this with VBA or maybe something simpler?

Thank you for reading!
 
Last edited by a moderator:

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Welcome to the MrExcel Message Board!

Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Compare data from 3 tables and return closely matching timestamps
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0

Forum statistics

Threads
1,214,887
Messages
6,122,095
Members
449,064
Latest member
Danger_SF

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top