this is my first post and a newb at Excel.
I did a few date formulas with conditional formatting and realised after that the formatting is being applied to all the blanks cells as well.
Is there an easy edit I can add to the existing formulas i wrote or do I have to start again?
Formulas below :
=AND($D2>TODAY(),$D2-TODAY()<=7)
=$D2<TODAY()
=$D2=TODAY()
=IF($D2<>"",$D2<TODAY(),FALSE).=IF($D2<>"",AND($D2>TODAY(),$D2-TODAY()<=7),FALSE).