I have a start date and an end date column.
i.e.
Start End
1/1/22 12/31/22
1/1/22 3/31/22
10/1/22 6/30/23
I need to know how many months fall into a certain time period
i.e. if the period was 7/1/22-6/30/23, the answer for the example above would be
6
0
9
Without a between operator, what is the best way to achieve this?