Hi all!
First, thanks for taking the time to help me, it is greatly appreciated. I am trying to do an INDEX/MATCH since I can't use XLOOKUP (and this is to the left). First, I created a Unique ID with the JOIN feature to help me accomplish this. That formulas is:
=IF([Release Name]@row = "", "", JOIN([Release Name]@row:Release@row, " | "))
And it is on BOTH my sheets I am working on.
New: Release Update Sheet - source data
Date Metrics - calculations
Okay I am in the Date Metrics sheet, and my formula is as follows:
=INDEX({Target Duration}, MATCH([Release Name & Number (Helper)]@row), {Unique ID - Release}, 0))
My formula results in an "Unparsable" error, and I am not sure why, or how to fix it. I know how to do Index/Match in Excel, but something appears to be different.
Target Duration is the range name I gave for that one column on the New: Release Update Sheet. Which is the data I want to display on the Date Metrics sheet when the match is made.
Release Name & Number (Helper)]@row) is from the Date Metrics sheet where I am making the calculation
Unique ID - Release is the same formula that generates the Unique ID on the other sheet