Create Dependent Drop Downs Based off of User-inputed Data

ibergmg

New Member
Joined
Dec 3, 2014
Messages
2
Hello all,

I am trying to create a tool which will allow my clients to easily navigate through our on-boarding process; however, it's becoming a headache for me.

I'm open to VBA suggestions, I just need to know what to do.

Sheets:
CAT SUBCAT
FAULTS

Starting in in CAT SUBCAT, cell A2, the User will manually create/type categories for their enterprise.
In CAT SUBCAT, cell B2, the user will assign Sub Cats to their Categories.

There could be hundreds of rows of data.

IE:
COLUMN A: COLUMN B:
BAKERY EQUIPMENT AIR BRUSH
BAKERY EQUIPMENT DOUGH DIVIDERS
BAKERY EQUIPMENT GLAZERS
BAKERY EQUIPMENT MIXERS
BUILDING AND GROUNDS ACCESS HATCH
BUILDING AND GROUNDS AWNINGS / CANOPY
BUILDING AND GROUNDS BENCH
COMMUNICATIONS PAGING SYSTEM
COMMUNICATIONS PHONES
HOT FOODS EQUIPMENT DEEP FRYERS
HOT FOODS EQUIPMENT HEAT LAMPS
PLUMBING BACKFLOW
PLUMBING DISPOSALS
PLUMBING DRAINS
PLUMBING EXTERIOR MAIN SEWER
PLUMBING FAUCETS

<colgroup><col><col></colgroup><tbody>
</tbody>

Once a user has input their data, I want them to create a dynamic lists based of the data.

On Sheet FAULTS,

I need FAULTS.A2 to have a drop-down list of of all unique values from CAT SUBCAT Column A, and FAULTS.B2 to have a dependent drop down based off the users selection in FAULTS.A2, so the user can then manually type in a fault code into FAULTS.C3.

I don't want the user to have to name ranges/lists, so I need to do this via formulas, or VBA.

I hope that this make sense.

Thank you for your help.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Thanks, Steve; however, I don't see the answer to my question in that thread...maybe I'm missing it?

I'll try to break my problem down a bit more.

1. User opens my workbook to Sheet1, and manually types in their own Categories (Column A), and Sub Categories (Column B)
-There is no limit, or set range. Will be different for every client/user.
2. I need to name Unique Values from Sheet1.Column A as "Categories"
3. I need to link Sub Categories to it's parent Category for dependent drop downs.
4. On Sheet2.Column A, insert drop down of "Categories"
5. On Sheet2.Column B, have dependent drop down based off of Sheet2.Column A selection

The hard part is that I need it to happen automatically, based off the user's data they manually inserted.

Creating the category drop downs isn't a problem for me; where i'm struggling is getting Sheet2.Column B to correspond.

my initial thought is to somehow use a VLookup to return the Sub Category (Sheet2.Column B) drop down selections; but not sure if that's possible.

Thanks
 
Upvote 0

Forum statistics

Threads
1,217,371
Messages
6,136,158
Members
449,995
Latest member
rport

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