theuniquenerd
New Member
- Joined
- Jun 13, 2018
- Messages
- 4
I'll try and explain my issue and what I'm looking for as best I can. If I'm not clear, please let me know.
I'm trying to figure out how to apply conditional formatting to almost "remove" the formatting if a certain condition applies.
I have a conditional formats for:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rule (applied in order shown)
[/TD]
[TD]Format
[/TD]
[TD]Applies to
[/TD]
[/TR]
[TR]
[TD]Cell value <=$A$1
[/TD]
[TD]Light Red Fill with Dark Red Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$2 and $B$2
[/TD]
[TD]Light Red Fill with Dark Red Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$3 and $B$3
[/TD]
[TD]Yellow Fill with Dark Yellow Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$4 and $B$4
[/TD]
[TD]Green Fill with Dark Green Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value > 99
[/TD]
[TD]Green Fill with Dark Green Text
[/TD]
[TD]$E$6:$E$9
[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to apply a conditional format rule that will allow the formatting to be removed only from the respective dates in columns C & D if a cell in the same row in column E is 100, ie, it's complete and the row doesn't need to be highlighted for attention purposes.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]4/1/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]4/2/17
[/TD]
[TD]5/1/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]5/2/17
[/TD]
[TD]9/30/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]10/1/17
[/TD]
[TD]4/1/18
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD][/TD]
[TD][/TD]
[TD]START
[/TD]
[TD]COMPLT
[/TD]
[TD]PCT COMPLT
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD][/TD]
[TD]Grant Write
[/TD]
[TD]9/1/16
[/TD]
[TD]4/1/17
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD][/TD]
[TD]Grant Review
[/TD]
[TD]10/1/16
[/TD]
[TD]5/1/17
[/TD]
[TD]22
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD][/TD]
[TD]Grant Final
[/TD]
[TD]11/1/16
[/TD]
[TD]6/1/17
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD][/TD]
[TD]Grant Submit
[/TD]
[TD]12/1/16
[/TD]
[TD]7/1/17
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!!
I'm trying to figure out how to apply conditional formatting to almost "remove" the formatting if a certain condition applies.
I have a conditional formats for:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Rule (applied in order shown)
[/TD]
[TD]Format
[/TD]
[TD]Applies to
[/TD]
[/TR]
[TR]
[TD]Cell value <=$A$1
[/TD]
[TD]Light Red Fill with Dark Red Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$2 and $B$2
[/TD]
[TD]Light Red Fill with Dark Red Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$3 and $B$3
[/TD]
[TD]Yellow Fill with Dark Yellow Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value between $A$4 and $B$4
[/TD]
[TD]Green Fill with Dark Green Text
[/TD]
[TD]$C$6:$D$9
[/TD]
[/TR]
[TR]
[TD]Cell value > 99
[/TD]
[TD]Green Fill with Dark Green Text
[/TD]
[TD]$E$6:$E$9
[/TD]
[/TR]
</tbody>[/TABLE]
I'm trying to apply a conditional format rule that will allow the formatting to be removed only from the respective dates in columns C & D if a cell in the same row in column E is 100, ie, it's complete and the row doesn't need to be highlighted for attention purposes.
Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[TD]C
[/TD]
[TD]D
[/TD]
[TD]E
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]4/1/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]4/2/17
[/TD]
[TD]5/1/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]5/2/17
[/TD]
[TD]9/30/17
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4
[/TD]
[TD]10/1/17
[/TD]
[TD]4/1/18
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5
[/TD]
[TD][/TD]
[TD][/TD]
[TD]START
[/TD]
[TD]COMPLT
[/TD]
[TD]PCT COMPLT
[/TD]
[/TR]
[TR]
[TD]6
[/TD]
[TD][/TD]
[TD]Grant Write
[/TD]
[TD]9/1/16
[/TD]
[TD]4/1/17
[/TD]
[TD]100
[/TD]
[/TR]
[TR]
[TD]7
[/TD]
[TD][/TD]
[TD]Grant Review
[/TD]
[TD]10/1/16
[/TD]
[TD]5/1/17
[/TD]
[TD]22
[/TD]
[/TR]
[TR]
[TD]8
[/TD]
[TD][/TD]
[TD]Grant Final
[/TD]
[TD]11/1/16
[/TD]
[TD]6/1/17
[/TD]
[TD]5
[/TD]
[/TR]
[TR]
[TD]9
[/TD]
[TD][/TD]
[TD]Grant Submit
[/TD]
[TD]12/1/16
[/TD]
[TD]7/1/17
[/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
Any help would be greatly appreciated!!