Data Validation With Unique Drop Down List

muhammad susanto

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

i have the data this below :


[TABLE="class: tableizer-table"]
<thead>[TR="class: tableizer-firstrow"]
[TH]Group[/TH]
[TH]Class[/TH]
[TH]Type[/TH]
[/TR]
</thead><tbody> [TR]
[TD]Inner[/TD]
[TD]I[/TD]
[TD]Arteri[/TD]
[/TR]
[TR]
[TD]Inner[/TD]
[TD]II[/TD]
[TD]Arteri[/TD]
[/TR]
[TR]
[TD]Inner[/TD]
[TD]IIIA[/TD]
[TD]Arteri[/TD]
[/TR]
[TR]
[TD]Inner[/TD]
[TD]IIIA[/TD]
[TD]Kolektor[/TD]
[/TR]
[TR]
[TD]Inner[/TD]
[TD]IIIB[/TD]
[TD]Kolektor[/TD]
[/TR]
[TR]
[TD]Inner[/TD]
[TD]IIIC[/TD]
[TD]Jalan Lokal[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]I[/TD]
[TD]Arteri Primer[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]I[/TD]
[TD]Kolektor Primer[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]I[/TD]
[TD]Arteri Sekunder[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]II[/TD]
[TD]Kolektor Primer[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]II[/TD]
[TD]Arteri Sekunder[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]II[/TD]
[TD]Kolektor Sekunder[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]IIIA[/TD]
[TD]Kolektor Sekunder[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]IIIA[/TD]
[TD]Jalan Lokal[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]IIIB1[/TD]
[TD]Jalan Lokal/Parkir[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]IIIB2[/TD]
[TD]Jalan Lokal/Parkir[/TD]
[/TR]
[TR]
[TD]Outer[/TD]
[TD]IIIC[/TD]
[TD]Jalan Lokal/Parkir[/TD]
[/TR]
</tbody>[/TABLE]

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

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.
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>

[TABLE="class: tableizer-table"]
<thead>[TR="class: tableizer-firstrow"]
[TH][/TH]
[TH][/TH]
[TH][/TH]
[/TR]
</thead><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 
Last edited:
Upvote 0

Forum statistics

Threads
1,225,754
Messages
6,186,825
Members
453,377
Latest member
JoyousOne

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