Nostradamus
Technical User
Hi.
I'm trying to use condiational formatting in excel 2010 to do the following.
I have column with different dates
2008-04-22
2012-07-30
2010-01-23
etc
I want to change the background color if the date in each cell reaches a certain age.
For instance. If $A$1 is a older then a year, change background color to red.
I've made this work in ONE cell doing this.
I've made a conditional formatting with the follow formula
=Today()-$A$1>365 and changed background color.
However I don't know how to make this work in every row. I've tried copying this by dragging the corner of the cell downwards. no success. I've tried copying the format of the cell and paste it, but that doesn't copy this format.
I want to easily apply this to every row so that it automatically changes this to
=Today()-$A$2>365
=Today()-$A$3>365
=Today()-$A$4>365
How do I do that? Should I use the conditional formatting differently?
As it is now, I have to manually add a new rule for every row, and I have several hundreds.
Feels like this is easily fixed, but I'm totally new to excel.
thanks in advance.
I'm trying to use condiational formatting in excel 2010 to do the following.
I have column with different dates
2008-04-22
2012-07-30
2010-01-23
etc
I want to change the background color if the date in each cell reaches a certain age.
For instance. If $A$1 is a older then a year, change background color to red.
I've made this work in ONE cell doing this.
I've made a conditional formatting with the follow formula
=Today()-$A$1>365 and changed background color.
However I don't know how to make this work in every row. I've tried copying this by dragging the corner of the cell downwards. no success. I've tried copying the format of the cell and paste it, but that doesn't copy this format.
I want to easily apply this to every row so that it automatically changes this to
=Today()-$A$2>365
=Today()-$A$3>365
=Today()-$A$4>365
How do I do that? Should I use the conditional formatting differently?
As it is now, I have to manually add a new rule for every row, and I have several hundreds.
Feels like this is easily fixed, but I'm totally new to excel.
thanks in advance.