I am helping a client with their spreadsheet of product deadlines, etc. They have asked that, if a deadline is a week away or less, that the entire row be highlighted in a certain color. I have used conditional formatting to do this:
=IF(AND(NOT(ISBLANK($O181))), $O181<=TODAY()+7)
this is code from row O. The code from row P, would have the same formatting, but with $P181... etc. instead of $O181. (The '$' sign insures that the entire row gets formatted.
However, if the client copies and/or cuts a date to another row, the formatting goes with it. Can I lock the formatting so only the values would be moved?
Thanks,
jlam
=IF(AND(NOT(ISBLANK($O181))), $O181<=TODAY()+7)
this is code from row O. The code from row P, would have the same formatting, but with $P181... etc. instead of $O181. (The '$' sign insures that the entire row gets formatted.
However, if the client copies and/or cuts a date to another row, the formatting goes with it. Can I lock the formatting so only the values would be moved?
Thanks,
jlam