I have a column named "Ready". I want to change the color of the cell in that column to green if the cells in these five other columns all contain "Located" or "Clear".
I've figured out how to check a box if any of these columns contain "Delayed" but I want a visual representation if the row is completely ready. I've tried to find a formula for another column to check a box if all of the cells contain "Located" or "Clear" and then use that to conditionally format the cell in the ready column, but I can't find a formula that works.