I am trying to build a macro that will look at three different cell values and highlight them if all three conditions do not exist. Here is what I need: In the data below, I need a statement that basically says: if column A contains a 5 digit value that ends in "Cr" AND column C begins with "BX" AND column D begins with "0" (zero), do nothing, otherwise highlight the row. Additionally, I need another statment to say: if column A contains a 3 digit value AND column C is equal to "22000" AND column D begins with a "6", do nothing, otherwise highlight row. I have been struggling with this cannot seem to grasp the begins with and contains portion. Any help would be greatly appreciated.
<COLGROUP><COL style="WIDTH: 48pt" span=4 width=64><TBODY>
</TBODY>
A | B | C | D |
508 | 38 | 22000 | 60125 |
509 | 38 | 22000 | 60125 |
50E | NM3 | 22000 | 60125 |
511Cr | 00MB1 | BXV05 | 08697 |
515Cr | 00M3P | BXC05 | 08697 |
51CCr | 00MP2 | BXB05 | 18697 |
<COLGROUP><COL style="WIDTH: 48pt" span=4 width=64><TBODY>
</TBODY>