Dates and Times With Match Formula

patrick_oneal

New Member
Joined
Nov 14, 2016
Messages
12
Hello All,

I am trying to work a formula that checks if times listed in a grid match times in another page. I've been trying to work with MATCH, but I feel I'm on the wrong train of thought.

The first page is the data with times I need to mine. I cannot edit this page because it comes exported from another source.

It has a list of names and times they have entered appointments.

NameStart TimeEnd Time
Name #11 Jan 2018 13:301 Jan 2018 14:00
Name #21 Jan 2018 09:001 Jan 2018 09:45

<tbody>
</tbody>

The next has a list of all names and all times in a day, and I need it to cross check and just see if they have an appointment at the date an time on the other page.

Name1 Jan 2018 01:001 Jan 2018 02:001 Jan 2018 03:001 Jan 2018 04:00
Name #1
Name #2
Name #3

<tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I'm not sure how to respond to your request. The times (as you've shown) aren't always going to line up (e.g. a start time at 13:30 where as the summary only lists hourly times)
What should the expected output look like? Just an X in the cell if any part of the meeting falls within the hour?

Additionally, what about meetings that span multiple hours?
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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