2 Way Depedant Dropdown(UserForm) in Excel

AJ0HN

New Member
Joined
Jan 3, 2018
Messages
2
Hi,

So I am trying to make a UserForm with 2-way Dropdown.

I have a list of players, listed with group, and if part-time or full-time that appears on Sheet 1 like so:

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Player
[/TD]
[TD]Group
[/TD]
[TD]FT/PT
[/TD]
[/TR]
[TR]
[TD]Player 1
[/TD]
[TD]U16
[/TD]
[TD]Full Time
[/TD]
[/TR]
[TR]
[TD]Player 2
[/TD]
[TD]U16
[/TD]
[TD]Part Time
[/TD]
[/TR]
[TR]
[TD]Player 3
[/TD]
[TD]U18
[/TD]
[TD]Full Time
[/TD]
[/TR]
[TR]
[TD]Player 4
[/TD]
[TD]U21
[/TD]
[TD]Full Time
[/TD]
[/TR]
[TR]
[TD]...
[/TD]
[TD]...
[/TD]
[TD]...
[/TD]
[/TR]
</tbody>[/TABLE]

I want on my UserForm to have 2 Dropdowns.

1: Age Group (named drpGroup)

2: Part Time/Full Time (named drpFTPT)

3: Player Name (named drpName)

I have created the 3 Dropdown boxes on UserForm, what code do I need to enter to make it function like requested.

FYI the list of players is in a Excel Table, and named TBL_Players.

Regards,

Ashley
 

Excel Facts

What is the last column in Excel?
Excel columns run from A to Z, AA to AZ, AAA to XFD. The last column is XFD.

Forum statistics

Threads
1,223,910
Messages
6,175,318
Members
452,634
Latest member
cpostell

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