Please sir / Madam,
I need urgent help with the below;
I have two tables. I want to be able to search for the ID from a lookup table and return the one that closely matches the date and time of the main table.
Please see sample tables below;
Main table
Vlookup Table
Please help thanks;
I need urgent help with the below;
I have two tables. I want to be able to search for the ID from a lookup table and return the one that closely matches the date and time of the main table.
Please see sample tables below;
Main table
ID | Date time | Vlookup Value |
1035 | 3/14/2021 20:51:56 | |
1035 | 3/19/2021 18:30:54 | 3/19/2021 20:51:56 |
1090 | 3/14/2021 18:24:19 | |
1090 | 3/14/2021 17:58:31 |
Vlookup Table
id | Vlookup Value |
1035 | 3/19/2021 20:51:56 |