I have two different columns that check a third and if they match the backgrounds change to the columns respective color and if they don't the cells change to show an error.
Column 1 Conditional Formatting <-- Works
Condition 1: Cell Value Is not equal to =$B1 = red background
Condition 2: Cell Value Is equal to =$A1=$B1 = tan background
Column 2 Conditional Formatting <-- Works
Condition 1: Cell Value Is not equal to =$A1 = tan background
Condition 2: Cell Value Is equal to =$B1=$A1=$C1 = blue background
Condition 3: Cell Value Is not equal to =$C1 = yellow background
Column 3 Conditional Formatting <-- Broke
Condition 1: Cell Value Is not equal to =$B1 = red background
Condition 2: Cell Value Is equal to =$C1=$B1 = yellow background
Errors Column 3
Matching cell backgrounds turn white if 0 value
If Numbers greater than 0 match or don't background turns red
Bookmarks