Hey all, would really appreciate any help you could give me.
Table 1
I would like to lookup the date in column C to see if it matches the date in column B in the table below (Table 2), and then check if the time within the same row is within +/- 5 minutes of the time in Table 2's column C. If the two conditions are met, then I would like to lookup the value for columns B, E and F in Table 1 to put them respectively into columns D, E and F in Table 2.
Table 2
My logical tests for comparing times do not seem to be working (e.g. 3:05 AM > 3:00 AM is recording a False).
Thanks.
Table 1
I would like to lookup the date in column C to see if it matches the date in column B in the table below (Table 2), and then check if the time within the same row is within +/- 5 minutes of the time in Table 2's column C. If the two conditions are met, then I would like to lookup the value for columns B, E and F in Table 1 to put them respectively into columns D, E and F in Table 2.
Table 2
My logical tests for comparing times do not seem to be working (e.g. 3:05 AM > 3:00 AM is recording a False).
Thanks.