[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD][/TD]
[TD]J[/TD]
[TD]K[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]pct 1[/TD]
[TD]pct 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]90[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]85[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]69[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]41[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]39[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]19[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
I'm having trouble using conditional formatting to highlight one column based on the value of another column in a table, values are formatted as percentage(no decimal) . The table above contains sample data. HOWEVER, the value listed in column "K" is the result of a formula. Here is what I need to accomplish:
IF J2 is <or= green
< or = (K2-10) fill J2 green
IF J2 is between (K2-11) and (K2-29) fill J2 yellow
IF J2 is >or= (K2-30) fill J2 red
apply to all of column J in the table
Does it matter that the data is formatted as a table?
Does it matter that there is already a formula in column K?
Any help would be appreciated.</or=>
<tbody>[TR]
[TD][/TD]
[TD]J[/TD]
[TD]K[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]pct 1[/TD]
[TD]pct 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]90[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]85[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]69[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]41[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]39[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]19[/TD]
[TD]50[/TD]
[/TR]
</tbody>[/TABLE]
I'm having trouble using conditional formatting to highlight one column based on the value of another column in a table, values are formatted as percentage(no decimal) . The table above contains sample data. HOWEVER, the value listed in column "K" is the result of a formula. Here is what I need to accomplish:
IF J2 is <or= green
< or = (K2-10) fill J2 green
IF J2 is between (K2-11) and (K2-29) fill J2 yellow
IF J2 is >or= (K2-30) fill J2 red
apply to all of column J in the table
Does it matter that the data is formatted as a table?
Does it matter that there is already a formula in column K?
Any help would be appreciated.</or=>