Pull down menu with select statement

techissue2008

Board Regular
Joined
Jun 13, 2008
Messages
80
Hi

I have a sheet 1, it has 2 columns.
(A)
Football
Bastketball
Swimming
....

(B)
2004
2003
2003
......

In worksheet 2, I want to show 2 pull down menus
(1) Football

(Select * from A where B=2004)

(2)
Bastketball
Swimming

(Select * from A where B=2003)

In worksheet 3, I want to show 1 pull down menu but the result will be shown.

(1) '2003' pull down menu
(Select * from A where B=2003)

It shows:
Bastketball
Swimming

How can I do it?

Thanks for help
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.

Forum statistics

Threads
1,190,677
Messages
5,982,216
Members
439,769
Latest member
trungminh2802

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
Top