I would like to create an excel sheet where data shall be entered into Row-* – Column-A.
Upon entering data into Row-N::Column-A, I would like to associate the entered data with an entry chosen from a drop down list available at Column-B.
Now, each item in the list of Column-B has infact a dedicated list. If I selected Item-X in Column-B, it should be possible for me to select in Column-C an item from a list dedicated to Item-X.
How is this to be done?
The below code will help you create dependent lists just by simply pasting data in the Source Columns. For the sake of simplicity we will copy and paste the above list in Column A and Column B of an Excel Sheet, say
Sheet1. However before we do that, we have to paste the below code in the Sheet Code Area. The sheet code area can be accessed by pressing Alt+F11 from the main worksheet.You can get more details about the above here.