Drop Down Listings w/join

Status
Not open for further replies.

saigespop

New Member
Joined
Aug 27, 2018
Messages
2
Hello,


I am trying to create an Excel workbook where users must select an original value from a drop down listing, and then fill out remaining information using additional drop down listings that are dependent upon the original drop down listing.
There is one catch. The dependent drop down listings retrieve the qualifying information based on joins. For example; to retrieve the listing for "REGION" the REGION table is joined to the STORE table based on a shared primary identifier. I can write what I am trying to do easily in a SQL query, but trying to convert this thinking into an Excel formula is becoming overwhelming.

STORE REGION
1234 ABCD
5678 EFGH
9101 IJKL

select s.store,r.region
from store s, region r
where s.conference = r.conference

If a user selects "Store One", I want only the available "Region" values for "Store One" to be displayed as a selection. This is based on both "Store" and "Region" having the same "Conference" value (join).

I have read all kinds of information about dependent lists in Excel, using IF statements, etc. But I am becoming overwhelmed and confused.

I have created a "Lists" tab within a Excel workbook that contains a "Store" listing, "Region" listing, and two listings of "Conference" values. But, as mentioned, I am becoming overwhelmed and the concepts are not fitting together.


Thank you for any help!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
Duplicate https://www.mrexcel.com/forum/excel-questions/1068494-dependent-listings.html#post5131934

Please do not post the same question multiple times. All clarifications, follow-ups, and bumps should be posted back to the original thread.
Per forum rules, posts of a duplicate nature will be locked or deleted (rule 12 here: Forum Rules).

If you do not receive a response, you can "bump" it by replying to it again, though we advise you to wait 24 hours before doing and not to bump a thread more than once a day.

 
Upvote 0
Status
Not open for further replies.

Forum statistics

Threads
1,215,734
Messages
6,126,542
Members
449,316
Latest member
sravya

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