conditional drop down

sunil.kini

New Member
Joined
May 18, 2011
Messages
17
In the attached excel file there are list of names and list of cities. If I select city as "DELHI" for "A", I should not get "DELHI" in subsequent drop downs. Means next drop downs should show only remaining cities. Please help me on this.<!-- google_ad_section_end -->
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
I have a list of 500 employees and 500 cities. I want to link one to one. But in the given excel file it allows only 6 employees and 6 cities. I want only the modification in the formula to accomodate 500 cells.
Probably I am clear to you.
 
Upvote 0
A Data Validation list is limited to the number of entries you can see when you click on it, but it can easily handle 500, you just need to scroll down through the list.

If you want something that will allow you to auto-scroll with the keyboard (i.e. hit L - go to Lahore), then you need to use an ActiveX ComboBox. If you want to display all 500 entries, I might consider using a ListBox, but you still won't be able to display all 500 at once unless your screen zoom is set incredibly low.
 
Upvote 0
But my drop down shows only first 6 drop downs. even though I have 500 list. I can e ma il you the sheet if you want.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,147
Members
452,891
Latest member
JUSTOUTOFMYREACH

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