Hello,
I want to conditionally format the highest value in a row. However, I only want to highlight the most recent occurrence of that value. For instance, in the table below, I only want to highlight the 6 that occurred on 4/21/2018, not the one that occurred on 3/31.
When I try to write a formula to conditionally format, it highlights both instances. Can anyone help?
[TABLE="width: 500"]
<tbody>[TR]
[TD]4/28/2018[/TD]
[TD]4/21/2018[/TD]
[TD]4/14/2018[/TD]
[TD]4/7/2018[/TD]
[TD]3/31/2018[/TD]
[TD]3/24/2018[/TD]
[TD]3/17/2018[/TD]
[TD]3/10/2018[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I want to conditionally format the highest value in a row. However, I only want to highlight the most recent occurrence of that value. For instance, in the table below, I only want to highlight the 6 that occurred on 4/21/2018, not the one that occurred on 3/31.
When I try to write a formula to conditionally format, it highlights both instances. Can anyone help?
[TABLE="width: 500"]
<tbody>[TR]
[TD]4/28/2018[/TD]
[TD]4/21/2018[/TD]
[TD]4/14/2018[/TD]
[TD]4/7/2018[/TD]
[TD]3/31/2018[/TD]
[TD]3/24/2018[/TD]
[TD]3/17/2018[/TD]
[TD]3/10/2018[/TD]
[/TR]
[TR]
[TD="align: center"]4[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]5[/TD]
[TD="align: center"]6[/TD]
[TD="align: center"]4[/TD]
[TD="align: center"]3[/TD]
[TD="align: center"]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]