Miguelluis
New Member
- Joined
- Jan 29, 2013
- Messages
- 45
Hi
I'm stuck with this one, the below is an example of what I'm trying to achieve. I need to highlight the rows depending on the values on D and F. I've done =NOT(ISBLANK($P1)) in conditional formatting to highlight the rows when a date is entered in column D but I can't figure out how to override this if 'Yes' is entered into F. In short I want to shade grey if there's a date in D but shade yellow if yes is populated in F. If no is entered in F it stays grey.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]12/09/14[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]01/09/14[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]05/08/14[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
Miguel
I'm stuck with this one, the below is an example of what I'm trying to achieve. I need to highlight the rows depending on the values on D and F. I've done =NOT(ISBLANK($P1)) in conditional formatting to highlight the rows when a date is entered in column D but I can't figure out how to override this if 'Yes' is entered into F. In short I want to shade grey if there's a date in D but shade yellow if yes is populated in F. If no is entered in F it stays grey.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]F[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]12/09/14[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]01/09/14[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]Test[/TD]
[TD]05/08/14[/TD]
[TD]Yes[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
Miguel