Data Validation With Unique Drop Down List

muhammad susanto

Well-known Member
Joined
Jan 8, 2013
Messages
2,077
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
hi all..

i have the data this below :


GroupClassType
InnerIArteri
InnerIIArteri
InnerIIIAArteri
InnerIIIAKolektor
InnerIIIBKolektor
InnerIIICJalan Lokal
OuterIArteri Primer
OuterIKolektor Primer
OuterIArteri Sekunder
OuterIIKolektor Primer
OuterIIArteri Sekunder
OuterIIKolektor Sekunder
OuterIIIAKolektor Sekunder
OuterIIIAJalan Lokal
OuterIIIB1Jalan Lokal/Parkir
OuterIIIB2Jalan Lokal/Parkir
OuterIIICJalan Lokal/Parkir

<thead>
</thead><tbody>
</tbody>

my problem in column type :
if Inner---drop down list show I, II, IIIA, IIIB then if IIIA--drop down list show ONLY Arteri, Kolektor

i want to make data validation with unique list (drop down) based on adjacent columns

any help, thanks in advance..

.sst
 
Last edited:

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
hope make clear that i want it..based my post before
<style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC ;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC ;
}
.tableizer-table th {
background-color: #104E8B ;
color: #FFF ;
font-weight: bold;
}
</style><style type="text/css">
table.tableizer-table {
font-size: 12px;
border: 1px solid #CCC;
font-family: Arial, Helvetica, sans-serif;
}
.tableizer-table td {
padding: 4px;
margin: 3px;
border: 1px solid #CCC;
}
.tableizer-table th {
background-color: #104E8B;
color: #FFF;
font-weight: bold;
}
</style>
<table class="tableizer-table">
<thead><tr class="tableizer-firstrow"><th>group (given)</th><th>class (given)</th><th>drop down with unique list)</th></tr></thead><tbody>
<tr><td>Inner</td><td>IIIA</td><td>Arteri</td></tr>
<tr><td> </td><td> </td><td>Kolektor</td></tr>
</tbody></table>


<thead>
</thead><tbody>
</tbody>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,976
Messages
6,122,539
Members
449,088
Latest member
RandomExceller01

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