I am seeking help with a conditional formatting VBA code.
What I am basically looking for is to review each row starting from row “H2:Y2” and compare it with the “min” (F2) and “max” (G2) cells and highlight them as per the following conditions/colors:
- If the value in the cell is between 0 and 50% of the min -> Red
- If the value in the cell is between 50% and the min -> Yellow
- If the value in the cell is between the min and the max -> Green
- If the value in the cell is above the max -> brown
The program should stop once it has reviewed all rows/columns with a value.
Thanks a lot in advance!
Best,
Ugo.