Forum Discussion
Drop Down List and Hyperlinkss
I made an example spreadsheet for you. In my example, I used the VLOOKUP function to generate the links. First you make a 2 column table with the exercise and the link on the second. (Although the table was in the same worksheet you can have it on a separate page). your the first parameter is the lookup value. That is the thing you are looking up. Next is the table array which is the source of the information. Then there is the Column index function which is the column that has the answer. The last perameter is hard to explain but you want it to be FALSE or 0. Keep in mind that the spelling MUST be exactly the way it is in the reference array otherwise it wont work. VLOOKUP is a very powerful function. I strongly recommend you do a quick YouTube search of VLOOKUP if you want more information.