Overlapping times

maghrabi

New Member
Joined
Nov 20, 2021
Messages
2
Office Version
  1. 2016
Hi ,

is it possible to have a formula in the third column to identify overlapping instances and ahve htem numbered in the order they occur ?

so if meeting 2 overlaps with meeting 3 ,
then meeting 2 would have 1 next to it ,
and meeting 3 would have 2 next to it
Any any other meetings that are not overlapping would have 0 next to them

also is it possible to calculate the gap between them , or perhaps even retrun the end date of the 2 nd meeting, basically as a suggested time to be used instead, to prevent overlap

Date and time overlap 2.xlsx
ABCD
5start dateend dateover lapOver lap duration
611/20/2021 10:0011/20/2021 12:0000:00
711/20/2021 12:0011/20/2021 13:3011:30
811/20/2021 11:0011/20/2021 13:0021:30
911/20/2021 13:0011/20/2021 15:0000:00
1011/20/2021 15:0011/20/2021 17:0000:00
1111/20/2021 17:0011/20/2021 19:0000:00
1211/20/2021 19:0011/20/2021 19:3000:00
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
C6:D12Expression=$I$4=calltextNO
C5:D5Expression=$I$4=calltextNO
A5:B12Expression=$I$4=calltextNO
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Cell C6: =IF(B6>A7,1,0)
Cell C7 , copy down: =IF(OR(B7>A8,A7<B6),MAX($C$6:C6)+1,0)
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

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