Forum Discussion

coreygill's avatar
coreygill
Copper Contributor
Feb 15, 2024
Solved

Conditional Formatting for entire row based on data in one cell

I am attempting to highlight the whole row yellow if "High" is listed in column B. My conditional formatting formula is shown below and I'm not sure why it's not working. Column B is data validation,...
  • OliverScheurich's avatar
    Feb 15, 2024

    coreygill 

    =$B1="High"

    This rule for conditional formatting works in my sheet.

    =$1:$500

    This is the range the format applies to.

Resources