I want to highlight excel sheet cell (Column ‘A’) of when it does not contain the text like “Verify”, “Validate” or “Evaluate” in its content if, the value in corresponding cell of Column ‘B’ holds the value ‘Y’.
When the column ‘A’ can’t contains the words like ‘Verify’, ‘Validate’ and ‘Evaluate’ if the corresponding cell in Column ‘B’ holds value ‘N’. So just need to highlight those discrepancies if its there.
Column ‘A’: Press Enter and verify this and this…
Column ‘B’: Y
This is quick example. However, the second formula can be shorted in case that column B cannot be blank. See if this fits …
EDIT:
Here is
VBAexample as requested. You will need to save the code into current sheet (example: Sheet1 )…