SOLVED

Count of date overlap

Copper Contributor

Hi! I have a series of start dates and a series of end dates with an order number and location like the following

 

Order NumberStart DateFinish DateLocation
11055/1/20235/20/2023Location 1
12065/4/20235/16/2023Location 1
12525/15/20235/18/2023Location 1

 

I'm looking to account for all dates between the start and finish, and then get a count of how many orders overlap on each given day.

So in example with this data set 5/15/2023 would have a count of 3 orders active, and 5/17 would have a count of 2 active. 

I would want to be able to find the largest count and how many days had that large of a number.

 

2 Replies
best response confirmed by SergeiBaklan (MVP)
Solution

@Tubolard 

See the attached workbook.

This is perfect, thank you so much! @HansVogelaar 

1 best response

Accepted Solutions
best response confirmed by SergeiBaklan (MVP)
Solution

@Tubolard 

See the attached workbook.

View solution in original post