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:
[TABLE="width: 355"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] AIR BRUSH[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] DOUGH DIVIDERS[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] GLAZERS[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] MIXERS[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] ACCESS HATCH[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] AWNINGS / CANOPY[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] BENCH[/TD]
[/TR]
[TR]
[TD]COMMUNICATIONS[/TD]
[TD] PAGING SYSTEM[/TD]
[/TR]
[TR]
[TD]COMMUNICATIONS[/TD]
[TD] PHONES[/TD]
[/TR]
[TR]
[TD]HOT FOODS EQUIPMENT[/TD]
[TD] DEEP FRYERS[/TD]
[/TR]
[TR]
[TD]HOT FOODS EQUIPMENT[/TD]
[TD] HEAT LAMPS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] BACKFLOW[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] DISPOSALS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] DRAINS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] EXTERIOR MAIN SEWER[/TD]
[/TR]
[TR]
[TD]PLUMBING [/TD]
[TD] FAUCETS[/TD]
[/TR]
</tbody>[/TABLE]
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.
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:
[TABLE="width: 355"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] AIR BRUSH[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] DOUGH DIVIDERS[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] GLAZERS[/TD]
[/TR]
[TR]
[TD]BAKERY EQUIPMENT[/TD]
[TD] MIXERS[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] ACCESS HATCH[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] AWNINGS / CANOPY[/TD]
[/TR]
[TR]
[TD]BUILDING AND GROUNDS[/TD]
[TD] BENCH[/TD]
[/TR]
[TR]
[TD]COMMUNICATIONS[/TD]
[TD] PAGING SYSTEM[/TD]
[/TR]
[TR]
[TD]COMMUNICATIONS[/TD]
[TD] PHONES[/TD]
[/TR]
[TR]
[TD]HOT FOODS EQUIPMENT[/TD]
[TD] DEEP FRYERS[/TD]
[/TR]
[TR]
[TD]HOT FOODS EQUIPMENT[/TD]
[TD] HEAT LAMPS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] BACKFLOW[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] DISPOSALS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] DRAINS[/TD]
[/TR]
[TR]
[TD]PLUMBING[/TD]
[TD] EXTERIOR MAIN SEWER[/TD]
[/TR]
[TR]
[TD]PLUMBING [/TD]
[TD] FAUCETS[/TD]
[/TR]
</tbody>[/TABLE]
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.