Hi, I Need some help with formatting rules.
What I want to do is compare a cell value with the same cell in the previous row - the sheet is sorted on this column and I want the fill color to change when the value in this column changes. The Following doesn't work, I think it's changing the last line in the same group to the alternate color.
Rule
=IF($C3=$C2,TRUE,FALSE) Applies to =$B$2:$R$976
=IF($C3<>$C2,TRUE,FALSE) Applies to =$B$2:$R$976
Thanks for any help
David
What I want to do is compare a cell value with the same cell in the previous row - the sheet is sorted on this column and I want the fill color to change when the value in this column changes. The Following doesn't work, I think it's changing the last line in the same group to the alternate color.
Rule
=IF($C3=$C2,TRUE,FALSE) Applies to =$B$2:$R$976
=IF($C3<>$C2,TRUE,FALSE) Applies to =$B$2:$R$976
Thanks for any help
David