Hi, I have a set of data and I need to be able to find a formula that looks at the prior rows and the highlight any changes. For example, Row 3, 5, and 6 will be highlighted here.
I tried using a helper formula to concatenate the columns and then a conditional formatting with a countifs > 1 formula, but that doesn't work as there is two John Doe values and I tried another conditional formatting with C2<>C3 but that doesn't work as Jane Doe will not mark a change.
Any help would be appreciated!
[TABLE="width: 500"]
<tbody>[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2015[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2015[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]Jane Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
</tbody>[/TABLE]
I tried using a helper formula to concatenate the columns and then a conditional formatting with a countifs > 1 formula, but that doesn't work as there is two John Doe values and I tried another conditional formatting with C2<>C3 but that doesn't work as Jane Doe will not mark a change.
Any help would be appreciated!
[TABLE="width: 500"]
<tbody>[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2015[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2015[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]Toyota[/TD]
[TD]2016[/TD]
[/TR]
[TR]
[TD]Jane Doe[/TD]
[TD]Toyota[/TD]
[TD]2013[/TD]
[/TR]
</tbody>[/TABLE]