Dependent Data Validation List from Different worksheets

vpipalia

New Member
Joined
Apr 28, 2017
Messages
3
Hi!

I am building a document which has several dependent variables. The document is so structured that values are pulled in different cells based on other cell values. While I have been successful in implementing most of the requirements, there is one place I am stuck at.

I need to form dependent data validation lists which pulls data from a different worksheet for each value in the preceding list. I have enclosed a simplified form of the sheet. Here I would like to mention that I cannot change the structure of the workbook / worksheet and it has to stay as is. Also, I am not averse to using VBA but would prefer if the result can be obtained using a combination of formulas.

The enclosed workbook is divided into the following parts:

1. A main DATA sheet which provides input on 2 lists on other sheets - Continents and Currencies - as well as the exchange information
2, A different sheet for each continent which lists information on the countries in each.
3. A Calculation sheet which has 3 data validation lists - for continents, countries and currencies.

Now, if all the data would have been in one sheet, it was ok. But since there are 5 different sheets for the same data, the data validation in the 'Calculation' sheet has to be such that:

a. On selecting the continent, the data list under 'Country' should pull data from relevant sheet.
b. The formula used under 'Population' should get updated to get the data from the relevant sheet
c. The formula under 'Per Capita GDP' should be updated to get data from relevant sheet depending on the currency selected.

Note: The data in all the sheets will be similarly structured.

Hope I have been able to explain the problem and the solution required.

Any help will be appreciated!!

https://1drv.ms/x/s!AtcW5qbfR3ClgrkXCUGsU45Uj5Qxyg
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,214,833
Messages
6,121,867
Members
449,053
Latest member
Mesh

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top