I am having trouble with the format painter. I have a cell that I have applied conditional formatting to and would like to copy that formatting to several cells below (in the same row). The conditional formatting I have placed on the cell DN6 contains a formula:
=DN6< DN$3
So basically if the value (date) of cell DN6 is less than the value (date) of cell DN$3 the formatting will be applied (turn cell red). I tested the formatting in DN6 and it works as I want, but now I want to copy and paint that formatting to cells DN7:DN395. What happens is that the formula in all cells from DN7:DN395 is the same:
=DN7< DN$3
I would like to first part of the formula to change to DN7, DN8, DN9...etc, but it is always DN7. If I paint one cell at a time the cell reference changes as I would expect, but doesn't if I paint multiple cells. Any idea how I can get this to behave the way I expect it to?
=DN6< DN$3
So basically if the value (date) of cell DN6 is less than the value (date) of cell DN$3 the formatting will be applied (turn cell red). I tested the formatting in DN6 and it works as I want, but now I want to copy and paint that formatting to cells DN7:DN395. What happens is that the formula in all cells from DN7:DN395 is the same:
=DN7< DN$3
I would like to first part of the formula to change to DN7, DN8, DN9...etc, but it is always DN7. If I paint one cell at a time the cell reference changes as I would expect, but doesn't if I paint multiple cells. Any idea how I can get this to behave the way I expect it to?
Last edited by a moderator: