TryingToLearn
Well-known Member
- Joined
- Sep 10, 2003
- Messages
- 733
Excel Home & Office 2016 on Win 10
Column B is formatted y-mmm
Column F text is either "", "x" or "+" and this formula works if placed in a worksheet cell on row 13:
=IF(AND(F13="",DAY(B13)<TODAY()-5),"True","False")
Shows True if F13 is within 5 days of today
If I place the guts of it in conditional formatting for a given cell on row 13 it does not work.
AND(F13="",DAY(B13)<TODAY()-5)
What could I be missing?
TIA
Column B is formatted y-mmm
Column F text is either "", "x" or "+" and this formula works if placed in a worksheet cell on row 13:
=IF(AND(F13="",DAY(B13)<TODAY()-5),"True","False")
Shows True if F13 is within 5 days of today
If I place the guts of it in conditional formatting for a given cell on row 13 it does not work.
AND(F13="",DAY(B13)<TODAY()-5)
What could I be missing?
TIA