The formula for the 'source' of the data validation drop downs is changed to read:
Formula:
=OFFSET(INDIRECT(SUBSTITUTE(A4," ","_")),0,0,INDEX(Names!$I$1:$AV$1,MATCH(A4,Names!$I$3:$AV$3,0)),1)
Note that the formula references an inserted range I1:AV1 on the 'Names' sheet which is populated using: =SUMPRODUCT(--(I4:I501<>""))
The buy_usd, buy_eur and buy_str columns on the 'Name' sheet have been put in as 'named ranges'. Beginning at 13:21 this video shows how to name ranges more quickly, although I imagine 37 columns with 500 cells per column may take a while.
Let us know if you have any questions.
Bookmarks