Hello Everyone.
I have an excel file where i need the current cell to be filled with let's say a light red colour if the value entered into this cell is the same or less than the value in the cell above it.
For example
Cell A2 = 100 and Cell A1 = 110 then cell A2 should fill red and repeat for all other cells in the row.
I think a VBA solution may be best for this. I can do this in conditional formatting but i can't set up conditional formatting rules for each cell
The cells i need this to work on are Rows 2, 4, 6, 8 and 10
I have an excel file where i need the current cell to be filled with let's say a light red colour if the value entered into this cell is the same or less than the value in the cell above it.
For example
Cell A2 = 100 and Cell A1 = 110 then cell A2 should fill red and repeat for all other cells in the row.
I think a VBA solution may be best for this. I can do this in conditional formatting but i can't set up conditional formatting rules for each cell
The cells i need this to work on are Rows 2, 4, 6, 8 and 10