Looking for a formula to populate the Sprint Number based off of the Start and End Dates

Hello,
I have a project plan and each task has a start and end date. I would like to determine which Sprint the task will be worked on based on the date range. (It is possible that a task can be worked on for multiple sprints ,and if possible, I would like to know all of the Sprint numbers for that particular task.
I have a separate sheet called Sprint Reference with each Sprint's date range (see below)
And I would like to have the Sprint column (shown below) to have all of the relevant sprint numbers based on the date range of the task.
I was trying to do this with an Index Collect formula but I kept receiving the "unparesable error"
Can any one hel; me to figure out how to do this?
TIA
Answers
-
Try a JOIN/COLLECT along the lines of:
=JOIN(COLLECT({Reference Table Sprint Column}, {Reference Table Start Column}, @cell < = Finish@row, {Reference Table Finish Column}, @cell >= Start@row), CHAR(10))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 206 Use Cases
- 517 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 83 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!