Hello Tim,
Have you tried method by BKG_MS and if so, does it suit your purpose?
I have uploaded a modified workbook with my solution to the following link on OneDrive.
https://1drv.ms/u/s!ArAXPS2RpafChkwvSwhewFObaapA
It is a Macro (VBA) solution. When the Data Validation DropDown value is changed, the relevant data is populated into the cells below. Previous data in the cells below is cleared before populating with new data.
Not sure what your expertise is with VBA code but to see the code, Right click the worksheet tab name and select View code. You can close the VBA editor with the cross very top right of the VBA editor window.
If you copy the code to another workbook then the lookup table must be a table as per your example or the code will fail.
To copy to another workbook,
- Open the VBA editor as per above
- Select and copy the code
- Open the VBA editor in the new workbook as per above
- Paste the code to the new workbook
- Note where I have made comments that you will need to edit your code with the Data Validation DropDown address, worksheet name for the lookup table and the lookup table name.
The workbook must be saved as Macro Enabled and you will need to have Macros enabled in your Excel. (See Help for how to do this and the Option to "Disable all macros with notification" should be satisfactory).
Feel free to get back to me if you have further questions on this and especially if you need to expand because I believe that the example you gave me is only a simple version extracted from your overall project. The code can be expanded to fill on additional
data if required.