Highlight Row Based on Cell Value
Jump to navigation
Jump to search

=$G1=true if you are messing with Check Marks in the G Column - Otherwise it is =$G1="ValueToTrigger"- Create your table of data
- Select your entire table of data
- Click on "Format" and then "Conditional Formatting"
- Create a new Conditional Formatting Rule
- Set the range to the table of data
- Change the rule to be "Custom formula is"
- Use the formula
=$G1=trueif you are messing with Check Marks in the G Column - Otherwise it is=$G1="ValueToTrigger"