I'm struggling to figure out a good way to determine if a projects start and end date span any part of a specific year where start and end dates could span multiple years.
So for example, I have records with the following columns for projects:
Project A 3/1/23 [Start Date] | 2/2/24[End Date]
Project B 10/1/22 [Start Date] | 5/1/23 [End Date]
Project C 7/1/22 [Start Date] | 3/1/24 [End Date]
Project D 1/1/24 [Start Date] | 2/1/24 [End Date]
I'm trying to determine which projects were in any part of 2023. In the example above, it would be Projects A, B and C.
Ideally I can create a formula that just outputs "2023" for any in the 2023 range.