![]() |
conditional formatting date
I'm in a spreadsheet with a lot of data and two of my conditional formatting
options are already used, so I only have one left. I would like rows that have a due date of today or earlier to be green but all others stay the way they are (i.e. black). When I enter "formal is = $T1<TODAY()" I get cells that are green even if they are blank. I don't want the blank ones to turn green. Is there some sort of ignore blank statement I can use with it? Thanks |
conditional formatting date
=AND(T1<"",T1<TODAY())
works for me! -- Allllen "Derek" wrote: I'm in a spreadsheet with a lot of data and two of my conditional formatting options are already used, so I only have one left. I would like rows that have a due date of today or earlier to be green but all others stay the way they are (i.e. black). When I enter "formal is = $T1<TODAY()" I get cells that are green even if they are blank. I don't want the blank ones to turn green. Is there some sort of ignore blank statement I can use with it? Thanks |
conditional formatting date
Worked for me, too!
Thanks :) "Allllen" wrote: =AND(T1<"",T1<TODAY()) works for me! -- Allllen "Derek" wrote: I'm in a spreadsheet with a lot of data and two of my conditional formatting options are already used, so I only have one left. I would like rows that have a due date of today or earlier to be green but all others stay the way they are (i.e. black). When I enter "formal is = $T1<TODAY()" I get cells that are green even if they are blank. I don't want the blank ones to turn green. Is there some sort of ignore blank statement I can use with it? Thanks |
conditional formatting date
Conditonal Formatting
Formula IS =AND($A1<=TODAY(),$A1<"") "Derek" wrote: I'm in a spreadsheet with a lot of data and two of my conditional formatting options are already used, so I only have one left. I would like rows that have a due date of today or earlier to be green but all others stay the way they are (i.e. black). When I enter "formal is = $T1<TODAY()" I get cells that are green even if they are blank. I don't want the blank ones to turn green. Is there some sort of ignore blank statement I can use with it? Thanks |
All times are GMT +1. The time now is 06:24 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com