excelrequired
New Member
- Joined
- Mar 8, 2014
- Messages
- 1
Please find attached the spreadsheet. Do not use Scoring spreadsheet. Please use Marks Spreadsheet.
I have a 200 row spreadsheet where C2 to C200, all rows have combo boxes. The possible selections within the combo box are "Yes" or "No".
I want a combo box to be enabled in D2 to D200, only if the corresponding C row value is a "yes". If the value is no, the combo box in D column should be disabled and not available for selection.
For Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]37[/TD]
[TD]Yes[/TD]
[TD]Combo box enabled[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]No[/TD]
[TD]Combo Box disabled[/TD]
[/TR]
</tbody>[/TABLE]
Please help me[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I have a 200 row spreadsheet where C2 to C200, all rows have combo boxes. The possible selections within the combo box are "Yes" or "No".
I want a combo box to be enabled in D2 to D200, only if the corresponding C row value is a "yes". If the value is no, the combo box in D column should be disabled and not available for selection.
For Example:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]37[/TD]
[TD]Yes[/TD]
[TD]Combo box enabled[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]No[/TD]
[TD]Combo Box disabled[/TD]
[/TR]
</tbody>[/TABLE]
Please help me[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]