Since I notice you want your codes parsed as well I used a bit of a different approach. The file is attached.
In B5In C5 and filled acrossFormula:
=INDEX(INDIRECT("'"&$A$1&"'"&"!$A$2"),0)In A10 and filled acrossFormula:
=MID(INDEX(INDIRECT("'"&$A$1&"'"&"!$b$2"),0),COLUMNS($A:A),1)Formula:
=INDEX(INDIRECT("'"&$A$1&"'"&"!$c$5:$d$7"),COLUMNS($A:A),2)
Bookmarks