I'm trying to get Google Sheets to alternate row colors whenever any cell in the row is different from the cell above it (within a specified range).
For instance:
I found a few related solutions (this one for example), but they all base the alternation on only one column's changes; the MATCH
function only applies to a one-dimensional range.
Is there any way to accomplish this with multiple columns?