LaurenCely
New Member
- Joined
- Oct 1, 2015
- Messages
- 2
I'm having trouble formatting a single cell. The cell has an index match formula in it based on a drop down list:
In cell F1 --> I want it to show RED for Janet but GREEN for Ben or Adam, depending on which name I pick in the drop-down list (cell E1 is a drop down list).
Right now, I have an Index Match Formula in the cell, and the conditional formatting has to match whichever name is chosen....Can this be done?
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]ID
[/TD]
[TD]Test1
[/TD]
[TD]Test2
[/TD]
[TD]Color
[/TD]
[TD]Janet
[/TD]
[TD]67
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Ben
[/TD]
[TD]89
[/TD]
[TD]84
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Adam
[/TD]
[TD]92
[/TD]
[TD]96
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Janet
[/TD]
[TD]56
[/TD]
[TD]67
[/TD]
[TD]Red
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
In cell F1 --> I want it to show RED for Janet but GREEN for Ben or Adam, depending on which name I pick in the drop-down list (cell E1 is a drop down list).
Right now, I have an Index Match Formula in the cell, and the conditional formatting has to match whichever name is chosen....Can this be done?
[TABLE="width: 500"]
<tbody>[TR]
[TD="align: center"][/TD]
[TD="align: center"]A
[/TD]
[TD="align: center"]B
[/TD]
[TD="align: center"]C
[/TD]
[TD="align: center"]D
[/TD]
[TD="align: center"]E
[/TD]
[TD="align: center"]F
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]ID
[/TD]
[TD]Test1
[/TD]
[TD]Test2
[/TD]
[TD]Color
[/TD]
[TD]Janet
[/TD]
[TD]67
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]Ben
[/TD]
[TD]89
[/TD]
[TD]84
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]Adam
[/TD]
[TD]92
[/TD]
[TD]96
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]Janet
[/TD]
[TD]56
[/TD]
[TD]67
[/TD]
[TD]Red
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: