Hi There!
I have been working on excel codes to restrict specific cells based on values from multiple drop-down list.
[TABLE="width: 495"]
<tbody>[TR]
[TD]Subject Name[/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[TD]Appointment[/TD]
[TD] ID[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]Test Subject 1[/TD]
[TD]HV[/TD]
[TD][/TD]
[TD][/TD]
[TD] 15033[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 2[/TD]
[TD]DM[/TD]
[TD][/TD]
[TD][/TD]
[TD] 13588[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 3[/TD]
[TD]DM[/TD]
[TD][/TD]
[TD][/TD]
[TD] 82215[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 4[/TD]
[TD]RP DM/HV[/TD]
[TD]New[/TD]
[TD]Confirmed[/TD]
[TD] 15632[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 5[/TD]
[TD]HV[/TD]
[TD]New[/TD]
[TD]Rescheduled[/TD]
[TD] 15643[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Columns, "Type", "Status", "Appointment" have drop-down list menu.
When the user selected the values from the "Type" column, the cells from the "Time" will have to be disabled.
When the user selects, "DM" or "HV", the cells under the "Time" must be disabled.
The cells under the "Time" will only be enabled if the user selects "RP DM/HV".
I find this quite tedious because there will be multiple drop down list throughout the spreadsheet.
Vani
I have been working on excel codes to restrict specific cells based on values from multiple drop-down list.
[TABLE="width: 495"]
<tbody>[TR]
[TD]Subject Name[/TD]
[TD]Type[/TD]
[TD]Status[/TD]
[TD]Appointment[/TD]
[TD] ID[/TD]
[TD]Time[/TD]
[/TR]
[TR]
[TD]Test Subject 1[/TD]
[TD]HV[/TD]
[TD][/TD]
[TD][/TD]
[TD] 15033[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 2[/TD]
[TD]DM[/TD]
[TD][/TD]
[TD][/TD]
[TD] 13588[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 3[/TD]
[TD]DM[/TD]
[TD][/TD]
[TD][/TD]
[TD] 82215[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 4[/TD]
[TD]RP DM/HV[/TD]
[TD]New[/TD]
[TD]Confirmed[/TD]
[TD] 15632[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Test Subject 5[/TD]
[TD]HV[/TD]
[TD]New[/TD]
[TD]Rescheduled[/TD]
[TD] 15643[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Columns, "Type", "Status", "Appointment" have drop-down list menu.
When the user selected the values from the "Type" column, the cells from the "Time" will have to be disabled.
When the user selects, "DM" or "HV", the cells under the "Time" must be disabled.
The cells under the "Time" will only be enabled if the user selects "RP DM/HV".
I find this quite tedious because there will be multiple drop down list throughout the spreadsheet.
Vani