Hi all, and thanks in advance for helping, it is greatly appreciated. This was a solved problem, until it was determined that each Release and the stages needed to be on 1 line, rather than 1 for the releases and then the 7 phases below.
The first sheet in my data file which I am linking from. This sheet is owned by someone else, so we did not want our calculations on it.
The second sheet is my initial calculations sheet which was great. There is a unique key on this sheet AND the source file (first screenshot). The JOIN uses the Release Name & Release. Works great. I used Direct Links for The Release Name and Release columns as currently we are only setting up the project with this one. FY24 begins at the end of the month, and I must be ready. All the rest of the formulas on this sheet use INDEX/MATCH. My formula for the Start Date column is:
=INDEX({Start Date}, MATCH([Release Name & Number (Helper)]@row, {Unique ID - Release}, 0))
The Third screenshot represents how I need to transition to a "one line" format. Each of the stages (there are 6) will have a Start & End Date column.
But I am unsure how to incorporate the 2nd criteria into my functional formula. I do know that part of it would be hard coded. I even attempted, and failed. This was what I came up with:
=INDEX({Start Date}, MATCH([Release Name & Number (Helper)]@row, {Unique ID - Release}, 0), MATCH([Release Name & Number (Helper)]@row, "Plan / Develop - Start Date", 0))