Automatically update of secondary cell entry in cascading dropdown menu

jondu

Board Regular
Joined
Feb 6, 2019
Messages
71
Hello,
I have a list of price in 2 languages : French (FR) en English (ENG).
Here is a model :


Please select a language
Dropdown list 1 (choice : 'FR' or 'ENG')

<tbody>
</tbody>


Object 150 Eur
Object 2100 Eur
Dropdown list 2 (choice : 'maison' or 'avion' in FR / 'house' or 'airplane' in ENG)150 Eur
Objet 4200 Eur

<tbody>
</tbody>

This price-list contains also choices, with dropdown menu list. Example here : the dropdown list 2.
If the selected language is FR (dropdown 1) => the dropdown 2 must show the choice 'maison' or 'avion' in FR
If the selected language is ENG (dropdown 1) => the dropdown 2 must show the choice 'house' or 'airplane' in FR
So i speak about cascading dynamic dropdown. Not so difficult.

BUT the thing is that I want that the previously selected choice in dropdown 2 change automatically language when value dropdown 1 is changed.
Example :
Dropdown 1 value = 'ENG'
Dropdown 2 value = 'airplane'
If dropdown 1 value is changed in 'FR', the cell of dropdown 2 should display automatically 'avion'.
The user must NOT reset manually his choice in dropdown 2.

Any ideas ?
 
Last edited:

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
If you can use Comboboxes then try "Forms" Variety not "ActiveX" as they are more stable in the sheet.
Not sure they will be suitable for all your hidden rows though.
see:- Forms Combobox >Right Click (control) >Form Control > Properties (Object Positioning)
 
Upvote 0
ok I give up for the dropdown list with 13 choices : makes me too much problems...
For this dropdown list : I will play with the hide/unhide row
=> when user select FR (X6), the row containing (normal) dropdown FR (row 11) is unhide (en dropdown ENG is hide)
=> when user select ENG (X6), the row containing (normal) dropdown ENG (row 12) is unhide (en dropdown FR is hide)
So the user must select his text again in X11 or X12 if he changes language. Not the best but then I can (finally) finish this work.
 
Upvote 0
ok looks good but my simple question is :
How do you input the data in the DROPB, DROPC and DROPD ?

Here is my steps :
- paste code VBA from your sheet into my own sheet
- create module1 and paste code Sub Dropdown1_Change
- create the sheet2 and write texts in column C to H
- create Comboboxes (in Form). For DROPA, select value FR and ENG from sheet2
- rename DROPA, DROPB, DROPC, DROPD
=> but nothing happens : the comboboxes DROPB, DROPC and DROPD are empty.

Sure it's very simple...(but I just spent 1 our to understand the steps)
 
Upvote 0
and also : it it possible to customize the box not to see that we are in a combobox ? (no arrow when a choice is selected)
 
Upvote 0
ok, I finished my document. I finally don't use ComboBoxes. One of my dropdown (13 choices) is not bilingual. Not ideal, but I found some arrangements.
I would like to thank you once again for your help, your availability, professionalism and clearness.
I learned a lot in the space of a few days.
All the best MickG !
 
Upvote 0

Forum statistics

Threads
1,214,946
Messages
6,122,401
Members
449,081
Latest member
JAMES KECULAH

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