Terry Cameron
New Member
Hello!! I'm having some difficulty with Conditional Formatting using dates. Here's the scene:
In B1, I have the formula =(B1-TODAY())>30, which, when true, fills the cell green when the date is more than 30 days in advance.
In B2, I have the formula =AND((B2-TODAY())>=15,(B2-TODAY())<=30, which, when true, fills the cell yellow when the date entered is between the 15 to 30 day mark.
In B3, I have the formula =(B3-TODAY())<15, which, when true, fills the cell red when this date is less than 15 days in advance.
There is not a date in B4.
This works - it is doing exactly what I require it to do. However, there are cells in the table that will not have dates in them right away and they glow red. This is where my difficulty lies - I need a formula that will make these blank cells remain white until a date is entered. I'm not certain where to even begin or how to construct the formula. After many, many days of trying, I am at a loss. Please help!!
In B1, I have the formula =(B1-TODAY())>30, which, when true, fills the cell green when the date is more than 30 days in advance.
In B2, I have the formula =AND((B2-TODAY())>=15,(B2-TODAY())<=30, which, when true, fills the cell yellow when the date entered is between the 15 to 30 day mark.
In B3, I have the formula =(B3-TODAY())<15, which, when true, fills the cell red when this date is less than 15 days in advance.
There is not a date in B4.
This works - it is doing exactly what I require it to do. However, there are cells in the table that will not have dates in them right away and they glow red. This is where my difficulty lies - I need a formula that will make these blank cells remain white until a date is entered. I'm not certain where to even begin or how to construct the formula. After many, many days of trying, I am at a loss. Please help!!