Will Smartsheets allow for dynamically putting the cross reference name into the INDEX and MATCH formulas? Something like below where the names are being pulled from another column in the sheet?
=INDEX([SourceSummary]@row, MATCH("Project Name", [SourceMetric]@row, 0), 2)