I have searched and have not found someone with this same question, but I'm sure it's probably there, but stated differently.
Index/Match 1:
Unique ID returns "X" value from Sheet 1 and populates cell in Sheet 2
=INDEX({Sheet1 reference value to return}, MATCH(X@row, {Range from Sheet1}, 0))
This one works with no issues, the second one is where I am having a problem...
Index/Match 2:
From Sheet 2 Use "returned value from index/match 1" to lookup "Y" value in another sheet (Sheet 3).
=INDEX({Sheet3 reference value to return}, match (returned value from index/match sheet1), {range on sheet3}, 0) )
This comes back as "Unparseable"
Might be something simple or impossible, I'm open to education and suggestions about this.
Sorry if my explanation is clunky or inaccurate.
Thank you!