I know in conditional formatting your able to change colors in a specific cell. question is how do I have it to change another cell to that color when it changes. for example I have three options in a dropdown list, active, pending and complete. active is red, pending is yellow and complete is green. how do I make one field change color when the statue change if the Items are on the first sheet and the other information is on the second sheet.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]a
[/TD]
[TD]b
[/TD]
[TD]c
[/TD]
[TD]d
[/TD]
[TD]e
[/TD]
[TD]f
[/TD]
[TD]g
[/TD]
[TD]h
[/TD]
[/TR]
[TR]
[TD]item
[/TD]
[TD]date
[/TD]
[TD]parts
[/TD]
[TD]status
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3002
[/TD]
[TD]11/6/17
[/TD]
[TD]bolt
[/TD]
[TD]active
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6360
[/TD]
[TD]11/2/17
[/TD]
[TD]tire
[/TD]
[TD]pending
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5445
[/TD]
[TD]10/9/17
[/TD]
[TD]cpu
[/TD]
[TD]complete
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7084
[/TD]
[TD]3/15/17
[/TD]
[TD]chair
[/TD]
[TD]complete
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7042
[/TD]
[TD]7/11/17
[/TD]
[TD]bikerack
[/TD]
[TD]active
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7042
[/TD]
[TD]1/1/16
[/TD]
[TD]wires
[/TD]
[TD]pending
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]a
[/TD]
[TD]b
[/TD]
[TD]c
[/TD]
[TD]d
[/TD]
[TD]e
[/TD]
[TD]f
[/TD]
[TD]g
[/TD]
[TD]h
[/TD]
[/TR]
[TR]
[TD]item
[/TD]
[TD]date
[/TD]
[TD]parts
[/TD]
[TD]status
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3002
[/TD]
[TD]11/6/17
[/TD]
[TD]bolt
[/TD]
[TD]active
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]6360
[/TD]
[TD]11/2/17
[/TD]
[TD]tire
[/TD]
[TD]pending
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5445
[/TD]
[TD]10/9/17
[/TD]
[TD]cpu
[/TD]
[TD]complete
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7084
[/TD]
[TD]3/15/17
[/TD]
[TD]chair
[/TD]
[TD]complete
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7042
[/TD]
[TD]7/11/17
[/TD]
[TD]bikerack
[/TD]
[TD]active
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]7042
[/TD]
[TD]1/1/16
[/TD]
[TD]wires
[/TD]
[TD]pending
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]