I have a spreadsheet that has conditional formatting where I track insurance expiration dates.
If the cell is blank it is yellow
If the date in the cell is current it is blank
If the date in the cell expires within 30 days it is orange
If the date in the cell is expired now it is red
Now sometimes these contractors are finished with the project, so we will change their other cells a light orange to indicate they are no longer on the project.
However, the insurance cells keep tracking via the conditional formatting, and I get red cells, but the insurance is no longer needed.
What I would like to do is when I turn the other cells (they are adjacent to the insurance) the light orange for the insurance cells to have no fill and the conditional formatting to stop.
I have never done VBA or User Defined Function before. How do I do this?
If the cell is blank it is yellow
If the date in the cell is current it is blank
If the date in the cell expires within 30 days it is orange
If the date in the cell is expired now it is red
Now sometimes these contractors are finished with the project, so we will change their other cells a light orange to indicate they are no longer on the project.
However, the insurance cells keep tracking via the conditional formatting, and I get red cells, but the insurance is no longer needed.
What I would like to do is when I turn the other cells (they are adjacent to the insurance) the light orange for the insurance cells to have no fill and the conditional formatting to stop.
I have never done VBA or User Defined Function before. How do I do this?