Praneeth30
New Member
I have two rows (1&2) of col A in which row1 has three possible values which user will select using drop down.
Based on the value selected by user in row1, row2 should be displayed with its corresponding values.
Example:
Row1 has three possible values Apple, Orange, Banana
Row2 can have Boy, girl, Both
If i select Apple from dropdown in Row1, row2 should automatically populate with Boy and if row1 is selected with orange row2 should be populated with girl.
Appreciate any help on how to achieve this using excel formulaes or any other way and not VBA.
Based on the value selected by user in row1, row2 should be displayed with its corresponding values.
Example:
Row1 has three possible values Apple, Orange, Banana
Row2 can have Boy, girl, Both
If i select Apple from dropdown in Row1, row2 should automatically populate with Boy and if row1 is selected with orange row2 should be populated with girl.
Appreciate any help on how to achieve this using excel formulaes or any other way and not VBA.