sea_captain
New Member
- Joined
- Jan 10, 2017
- Messages
- 15
Goal: Use a Drop Down list to Change Data that is linked to another file.
I have 2 files (file 1: 'SOURCE', and file 2: "OUTPUT") - the "Source" file feeds/links to the "Output" file (linking). The Output file is an Income Statement.
I want to use a drop down list to change the data in the income statement by Region/Service Line.
For example, i have tabs in the "Source" file named "US", "East", "Central" and "West". My dropdown list is US, East, Central and West (this is an example, i have a lot more 'tabs'). I want to use the dropdown to change the data from US to any other option in the list.
If everything was in the same file (source and output), i could easily do this using the INDIRECT function. FYI - All P&L's are UNIFORM - meaning Revenue is in the same Cell for each tab etc.
If dropdown list is in cell C5 and Revenue data is in Cell BL5 (in all tabs), i could use INDIRECT($C$5&"!BL5") to change the data.
The problem i'm having is the data is in another file and i'm not sure how to write it, because changing the "external link" cell, gives an error (for obvious reasons)
Any ideas? OR any other ideas using a drop down to change the P&L data.
Thanks - SC
I have 2 files (file 1: 'SOURCE', and file 2: "OUTPUT") - the "Source" file feeds/links to the "Output" file (linking). The Output file is an Income Statement.
I want to use a drop down list to change the data in the income statement by Region/Service Line.
For example, i have tabs in the "Source" file named "US", "East", "Central" and "West". My dropdown list is US, East, Central and West (this is an example, i have a lot more 'tabs'). I want to use the dropdown to change the data from US to any other option in the list.
If everything was in the same file (source and output), i could easily do this using the INDIRECT function. FYI - All P&L's are UNIFORM - meaning Revenue is in the same Cell for each tab etc.
If dropdown list is in cell C5 and Revenue data is in Cell BL5 (in all tabs), i could use INDIRECT($C$5&"!BL5") to change the data.
The problem i'm having is the data is in another file and i'm not sure how to write it, because changing the "external link" cell, gives an error (for obvious reasons)
Any ideas? OR any other ideas using a drop down to change the P&L data.
Thanks - SC