Hi
I have an issue where I want to colour a range of cells based on a few variables. It works well if I only use the formula for one row but as soon as I try to enable it for multiple rows it won't work. Nothing highlights unless all of the cells in colmun A contains the variable I am looking for, and only the first row is highlighted and not all of them like they should be. If only a couple cells contain the variable then it won't highlight anything. I know I am doing something wrong I am just unsure what it is. The formula I am using is as follows
and it applies to $A$4:$H$6. Can someone help with what I am doing wrong for it to not highlight the cells I want highlighted based on the rules I have applied
I have an issue where I want to colour a range of cells based on a few variables. It works well if I only use the formula for one row but as soon as I try to enable it for multiple rows it won't work. Nothing highlights unless all of the cells in colmun A contains the variable I am looking for, and only the first row is highlighted and not all of them like they should be. If only a couple cells contain the variable then it won't highlight anything. I know I am doing something wrong I am just unsure what it is. The formula I am using is as follows
Code:
=AND($B4:$B6=0,$A4:$A6 <> "")