JaiPrakash
New Member
- Joined
- Aug 7, 2017
- Messages
- 6
I'm trying to exclude duration of a date range from a set of range that is in another sheet:
Table_1 shows total time in seconds a ticket was assigned to someone
Table_2 shows the time in seconds when the ticket was put on hold
Table_1
Table_2
Need your help with a formula that exclude time if date range in Table_2 falls between date range present in Table_1.
I tried Index and match but wasn't able to come up with a logic to get this done.
Thanks so much for all the help!!
Table_1 shows total time in seconds a ticket was assigned to someone
Table_2 shows the time in seconds when the ticket was put on hold
Table_1
|
| End_Date |
| Final_Time_After_Exclusion | |||
| 2/18/2020 15:14 | 2/22/2020 1:14 | 295200 | ||||
| 2/18/2020 14:23 | 2/24/2020 17:30 | 529620 |
Table_2
ID | Start_Date | End_Date |
INC_3 | 2/18/2020 12:21 | 2/24/2020 16:08 |
INC_1 | 2/18/2020 15:23 | 2/22/2020 1:08 |
INC_1 | 2/22/2020 17:44 | 2/24/2020 19:24 |
Need your help with a formula that exclude time if date range in Table_2 falls between date range present in Table_1.
I tried Index and match but wasn't able to come up with a logic to get this done.
Thanks so much for all the help!!