Z
Zvi Grinberg
Here's my need. next are my problems.
- I have 2 columns. One for a name, second for an expiration date
- I want to conditionally format the name according to the expiration
date and current date (highlight, if today()-365 > "expiration
date")
- I want to apply this CF to all other relevant rows.
Now here are the problems.
1. I could not find a way to copy the format to other rows. It copied
the original row number to all other rows
(i.e - if forumla condition included the exp-date in cell C2, I will
get C2 in all subsequent CF cells. I would then have to manually edit
to appropriate row - C3, C4...Cn)
2. What would be the correct formula phrasing to achieve my condition.
I was unable to use a cell cormatted as date, for my calculations. I
did a workaround by copying the exp-date to another column, added
another column with the today() date - both formatted to DATEVALUE
representation. I then added yet a new column with the difference, and
used it for the formula.
There must be a more elegant way.
Thanks a lot in advance
- I have 2 columns. One for a name, second for an expiration date
- I want to conditionally format the name according to the expiration
date and current date (highlight, if today()-365 > "expiration
date")
- I want to apply this CF to all other relevant rows.
Now here are the problems.
1. I could not find a way to copy the format to other rows. It copied
the original row number to all other rows
(i.e - if forumla condition included the exp-date in cell C2, I will
get C2 in all subsequent CF cells. I would then have to manually edit
to appropriate row - C3, C4...Cn)
2. What would be the correct formula phrasing to achieve my condition.
I was unable to use a cell cormatted as date, for my calculations. I
did a workaround by copying the exp-date to another column, added
another column with the today() date - both formatted to DATEVALUE
representation. I then added yet a new column with the difference, and
used it for the formula.
There must be a more elegant way.
Thanks a lot in advance