montypython1
Technical User
Greetings,
I have a master spreadsheet that links data from another spreadsheet. It works great, but it has a limitation.
My problem is that the source of the data (the file location, the workbook, the worksheet, and the cell) is "hard-coded" into the master spreadsheet. I need the source of the linked data to be variable, since I now need to roll this master spreadsheet out to multiple users. Each of these users will have their own data files and folders. My master spreadsheet is called "link_master.xls" and my data source is called "link_data.xls".
Here is what I've tried:
- See line 8 and line 11 below for a typical linked field. This pulls the correct figure from the "link_data.xls" file, since it uses a fixed reference (='C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]data'!$B$11). Unfortunately, it can ONLY pull data from THAT specific file, residing in THAT specific file location.
- See line 9 and line 12 below for my attempt a linking to a variable file location, workbook and worksheet. When I try to duplicate the code in the typical (fixed reference) link, it pulls over the verbiage, but not the value (and I need the value, not the verbiage).
Any suggestions?
Thanks,
Dave
Column AAAAAAAAAAAAAAA Column BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
5 Data File Location C:\Users\Public\Documents\1on1\ExecDoc\01 6 Data File Name [ ] [link_data_01.xls]
7 Data File Worksheet data
8 Ex: Working Link ='C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]data'!$B$11
9 Ex: Variable Link ="'"&B5&B6&"'!"&B7&B11
11 Field 01 111.01 (using formula in cell "B8")
12 Field 02 'C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]'!data111.01 (using formula in cell "B9")
Column AAAAAAAAAAAAAAA Column BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
I have a master spreadsheet that links data from another spreadsheet. It works great, but it has a limitation.
My problem is that the source of the data (the file location, the workbook, the worksheet, and the cell) is "hard-coded" into the master spreadsheet. I need the source of the linked data to be variable, since I now need to roll this master spreadsheet out to multiple users. Each of these users will have their own data files and folders. My master spreadsheet is called "link_master.xls" and my data source is called "link_data.xls".
Here is what I've tried:
- See line 8 and line 11 below for a typical linked field. This pulls the correct figure from the "link_data.xls" file, since it uses a fixed reference (='C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]data'!$B$11). Unfortunately, it can ONLY pull data from THAT specific file, residing in THAT specific file location.
- See line 9 and line 12 below for my attempt a linking to a variable file location, workbook and worksheet. When I try to duplicate the code in the typical (fixed reference) link, it pulls over the verbiage, but not the value (and I need the value, not the verbiage).
Any suggestions?
Thanks,
Dave
Column AAAAAAAAAAAAAAA Column BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
5 Data File Location C:\Users\Public\Documents\1on1\ExecDoc\01 6 Data File Name [ ] [link_data_01.xls]
7 Data File Worksheet data
8 Ex: Working Link ='C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]data'!$B$11
9 Ex: Variable Link ="'"&B5&B6&"'!"&B7&B11
11 Field 01 111.01 (using formula in cell "B8")
12 Field 02 'C:\Users\Public\Documents\1on1\ExecDoc\01\[link_data_01.xls]'!data111.01 (using formula in cell "B9")
Column AAAAAAAAAAAAAAA Column BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB