Trying to create a conditional format that will change cell color when the date in the cell is greater than today and less then 7 days from today And the word "yes" does not appear in D2. For example date in cell B2 = 2/6/2014, and today was 2/5, and D2 is blank the cell would be orange. Here is what we had but it does not work.
=AND(MEDIAN(TODAY()+1,$B2,TODAY()+7)=$B2,$D2<>”Yes”)
Any assistance is greatly appreciated.
Thanks
David V.
=AND(MEDIAN(TODAY()+1,$B2,TODAY()+7)=$B2,$D2<>”Yes”)
Any assistance is greatly appreciated.
Thanks
David V.