Brittropp07
New Member
- Joined
- Jan 25, 2016
- Messages
- 3
Hello,
I am trying to figure out how I can have conditional formatting depending on text in one cell relating to value in another cell, but for several different items... for example
DATA
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Value 1[/TD]
[TD]Value 2[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]15[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]18[/TD]
[TD]24[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]7[/TD]
[TD]34[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]3[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Specification/ Condition:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Value 1[/TD]
[TD]Value 2[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]< 15[/TD]
[TD]< 40[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]0-10[/TD]
[TD]15-25[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]< 10[/TD]
[TD]< 30[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]< 10[/TD]
[TD]< 20[/TD]
[/TR]
</tbody>[/TABLE]
I would like the cells that do not meet specification turn red.
Thank you!
I am trying to figure out how I can have conditional formatting depending on text in one cell relating to value in another cell, but for several different items... for example
DATA
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Value 1[/TD]
[TD]Value 2[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]15[/TD]
[TD]43[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]18[/TD]
[TD]24[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]7[/TD]
[TD]34[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]3[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Specification/ Condition:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Value 1[/TD]
[TD]Value 2[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]< 15[/TD]
[TD]< 40[/TD]
[/TR]
[TR]
[TD]Oranges[/TD]
[TD]0-10[/TD]
[TD]15-25[/TD]
[/TR]
[TR]
[TD]Bananas[/TD]
[TD]< 10[/TD]
[TD]< 30[/TD]
[/TR]
[TR]
[TD]Mango[/TD]
[TD]< 10[/TD]
[TD]< 20[/TD]
[/TR]
</tbody>[/TABLE]
I would like the cells that do not meet specification turn red.
Thank you!