I use this formula in condition formatting to change the row color red based on matching value between 2 sheets in the same workbook =SUMPRODUCT(('Stop Work'!$D$8:$D$500=$C10)*('Stop Work'!$K$8:$K$500="Open"))
the formula says (if "D" in "stop work" sheet = any cell of "C" in this sheet and "K" in "stop work" sheet = "open" then color the row in red
and because this rule is repeated in many sheets in the same workbook and some cells value might be the same in other sheet so I get wrong result so I try to add another condition to make the formula check if the adjacent cell to "D" in stop work sheet "E" is equal to one fixed cell lets say "$A$5" in the active shhet ((for example (if C10 in this active sheet = one of "D" cells in stop work sheet and "K10" also in stop wrok sheet is ok = "open" so also to check if the adjacent cell "E10" in stop work sheet = A5 in this sheet)
I hope I could expalined it well
thank you in advance
the formula says (if "D" in "stop work" sheet = any cell of "C" in this sheet and "K" in "stop work" sheet = "open" then color the row in red
and because this rule is repeated in many sheets in the same workbook and some cells value might be the same in other sheet so I get wrong result so I try to add another condition to make the formula check if the adjacent cell to "D" in stop work sheet "E" is equal to one fixed cell lets say "$A$5" in the active shhet ((for example (if C10 in this active sheet = one of "D" cells in stop work sheet and "K10" also in stop wrok sheet is ok = "open" so also to check if the adjacent cell "E10" in stop work sheet = A5 in this sheet)
I hope I could expalined it well
thank you in advance