"Schedule" Helper Sheet: This sheet has the schedule of each sprint
Columns: Sprint, Start Date, Week End Date
Example Data Set:
Sprint 1 | 3/14/2022 | 3/18/2022
Sprint 1 | 3/21/2022 | 3/25/2022
Sprint 2 | 3/28/2022 | 4/1/2022
Sprint 2 | 4/4/2022 | 4/8/2022
Objectives/Milestones "Roadmap" Sheet:
Columns: Objective/Milestone, Set Start Date, Set End Date, Sprint Due
Example Data Set:
Obj - Milestone 1 | 3/14/2022 | 3/16/2022 | {formula should return Sprint 1}
Obj - Milestone 2 | 4/6/2022 | 4/6/2022 | {formula should return Sprint 2}
In the sprint due column, I need a formula that returns the sprint from "Schedule" based on which sprint the 'set end date' the obj-milestone falls within from the "Roadmap".
I've used a formula with INDEX, COLLECT, but it's only returning and exact match where the set end date is explicitly listed on the schedule helper sheet.