I have an Excel sheet that tracks the amount people have paid each week. I'm trying to make it so that the person's name is highlighted in red if the amount of their remaining balance is greater than it should be. I have no problem doing this portion. My problem lies with the upcoming weeks. If someone misses a payment, but the next payment drops their balance within the correct amount, the name remains red since the previous week's value has not changed. My C cell reference another cell to determine if the price is higher or lower than it should be. In the attached images, you can see when cell C9 has the correct amount, it has no color, and when C9 has the wrong amount, it changes to red. If C9 has the correct amount and C10 has the wrong amount, it will also change red, but if C9 has the wrong amount and C10 has the correct amount, it remains red even though the latest cell has the correct amount. Is there any way around this? For the formula in the conditional formatting, I was using =C9>AG9 as the formula and then =C10>AG10 as another rule, and so on.