Hi, I am trying to conditionally format a large amount of cells. These cells have these formulas in them.
I would like for the cells to change color when "Incomplete WO" populates the cell. And for it to change a different color when, "No Record" populates the cell. I have tried specific text containing ="...." but it isn't working.
Code:
=IFERROR(IF(VALUE(VLOOKUP(B7,'Equipment Replacement Tracker'!$C$4:$G$3583,5,FALSE))=0,"Incomplete WO",VALUE(VLOOKUP(B7,'Equipment Replacement Tracker'!$C$4:$G$3583,5,FALSE))), "No Record")