A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi SamBeardsley,
Thanks for your post in Microsoft Community.
Try this formula to create a conditional format:
=AND($G12<>$G11, $G12<>$G13)
The logic of the formula is to determine whether the value in the cell of column G is equal to its adjacent cells above and below. If it is not equal, then highlight the entire row.
Please note that the range for the conditional formatting is C12:X110, so the conditional formatting will only apply within this range, not the entire row A:Z.
I hope the formula works for you, and I look forward to your reply!
Best Regards,
Thomas C - MSFT | Microsoft Community Support Specialist