chronotonFlux
New Member
- Joined
- Dec 18, 2017
- Messages
- 8
I am trying to link several workbooks together so that I may provide my work with an easy way to calibrate tools.
I have the main interface excel workbook which takes user entry and I want it to populate data based on different dropdown selections and I them want to save data to different files (as specified by the dropdown)
We have several scales which each have different properties such as serial number, model etc. I've made a Scales.xlsx file that has a tab for each scale and the tabs are named by scale IDs (ex. SCA-0101, SCA-0102..). I made sure the tabs all share a common template. They all have the same cell locations that I'm going to be pulling data from.
I want excel to generate the data stored in Scales.xlsx[SCA-0101] if the user selects that from the list and so on.
I've tried to specify each scale ID into a list(used for the dropdrown), along with the file/tab path, but VLOOKUP won't work if I attempt to use a cell value instead of the usual range argument.
Could use help.
I have the main interface excel workbook which takes user entry and I want it to populate data based on different dropdown selections and I them want to save data to different files (as specified by the dropdown)
We have several scales which each have different properties such as serial number, model etc. I've made a Scales.xlsx file that has a tab for each scale and the tabs are named by scale IDs (ex. SCA-0101, SCA-0102..). I made sure the tabs all share a common template. They all have the same cell locations that I'm going to be pulling data from.
I want excel to generate the data stored in Scales.xlsx[SCA-0101] if the user selects that from the list and so on.
I've tried to specify each scale ID into a list(used for the dropdrown), along with the file/tab path, but VLOOKUP won't work if I attempt to use a cell value instead of the usual range argument.
Could use help.