I have two worksheets in the same workbook.
On Worksheet 1, I have a date in Column B and time in Column C.
On Worksheet 2, I have a date in Column A and start time in Column C and end time in Column D.
What I am trying to do:
1. In worksheet 1. Compare Worksheet 1's date to the list of dates in worksheet 2. (there is going to multiple of the same date in Worksheet 2).
2. If the dates are the same, then I need it compare the times. I need to know if Worksheet 1's time is equal to or in between the Worksheet 2's Start and End Time.
3. If it is in between, then I want it to return the value of Worksheet 2: Column E's value of that same row.
4. If it is not in between, then it should go to the next matching date in the list (as there are multiple of the same dates in worksheet 2).
5. If there is not another matching date, then return blank.
I have googled and since this is a multi-faceted request, I have found it hard to figure it out.
I appreciate any help / guidance.
-Stearno
Bookmarks