Hey guys,
I've searched the forum but I must not be describing what I would like to accomplish properly. There was 1 thread very similar, but it got derailed super fast.
I would like change the cell format of the entire row (A3:F3) based on the drop down (column C) to match the formatting contained in the legend. Column C is a drop down list of the legend. If the legend changes, I'd like the row to change to match. The formatting includes font color, background color, strike thru etc.
I'm assuming VBA is necessary, since CF won't change if the legend formatting changes.
[TABLE="class: grid, width: 456, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD][/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Name[/TD]
[TD]Cost[/TD]
[TD]Schedule[/TD]
[TD][/TD]
[TD]Legend[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]23-Jun-17[/TD]
[TD]Rejected[/TD]
[TD]Task 1[/TD]
[TD]
[/TD]
[TD]1 day[/TD]
[TD][/TD]
[TD]Drafted[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]23-Jun-17[/TD]
[TD]Closed[/TD]
[TD]Task 2[/TD]
[TD]$5.00[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]Submitted[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]23-Jun-17[/TD]
[TD]Drafted[/TD]
[TD]Task 3[/TD]
[TD]
[/TD]
[TD]-2 days[/TD]
[TD][/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]23-Jun-17[/TD]
[TD]Submitted[/TD]
[TD]Task 4[/TD]
[TD][/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]Rejected[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]23-Jun-17[/TD]
[TD]Closed[/TD]
[TD]Task 5[/TD]
[TD]
[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]<strike>Cancelled</strike>[/TD]
[/TR]
[TR]
[TD]<strike>6</strike>[/TD]
[TD]<strike>23-Jun-17</strike>[/TD]
[TD]<strike>Cancelled</strike>[/TD]
[TD]<strike>Task 6</strike>[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Internal[/TD]
[/TR]
</tbody>[/TABLE]
I've searched the forum but I must not be describing what I would like to accomplish properly. There was 1 thread very similar, but it got derailed super fast.
I would like change the cell format of the entire row (A3:F3) based on the drop down (column C) to match the formatting contained in the legend. Column C is a drop down list of the legend. If the legend changes, I'd like the row to change to match. The formatting includes font color, background color, strike thru etc.
I'm assuming VBA is necessary, since CF won't change if the legend formatting changes.
[TABLE="class: grid, width: 456, align: center"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD][/TD]
[TD]H[/TD]
[/TR]
[TR]
[TD]#[/TD]
[TD]Date[/TD]
[TD]Status[/TD]
[TD]Name[/TD]
[TD]Cost[/TD]
[TD]Schedule[/TD]
[TD][/TD]
[TD]Legend[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]23-Jun-17[/TD]
[TD]Rejected[/TD]
[TD]Task 1[/TD]
[TD]
[/TD]
[TD]1 day[/TD]
[TD][/TD]
[TD]Drafted[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]23-Jun-17[/TD]
[TD]Closed[/TD]
[TD]Task 2[/TD]
[TD]$5.00[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]Submitted[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]23-Jun-17[/TD]
[TD]Drafted[/TD]
[TD]Task 3[/TD]
[TD]
[/TD]
[TD]-2 days[/TD]
[TD][/TD]
[TD]Closed[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]23-Jun-17[/TD]
[TD]Submitted[/TD]
[TD]Task 4[/TD]
[TD][/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]Rejected[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]23-Jun-17[/TD]
[TD]Closed[/TD]
[TD]Task 5[/TD]
[TD]
[/TD]
[TD]N/A[/TD]
[TD][/TD]
[TD]<strike>Cancelled</strike>[/TD]
[/TR]
[TR]
[TD]<strike>6</strike>[/TD]
[TD]<strike>23-Jun-17</strike>[/TD]
[TD]<strike>Cancelled</strike>[/TD]
[TD]<strike>Task 6</strike>[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Internal[/TD]
[/TR]
</tbody>[/TABLE]