Hi
I have conditional formatting, basically there's a date in a cell and if today is within 15 days of the date it turns red. It works fine, but I'm applying it to a few hundred cells and the formatting is also turning current blank cells red. I need to adjust my below formula to ensure that any blank cell is not changed, simple I know! but I've tried a few conditions and cant seem to get it to work. I need to check if B2 is blank or not. I'm already checking to see if D2 is blank.
=AND((B2-TODAY())<15,D2="")
Thanks
I have conditional formatting, basically there's a date in a cell and if today is within 15 days of the date it turns red. It works fine, but I'm applying it to a few hundred cells and the formatting is also turning current blank cells red. I need to adjust my below formula to ensure that any blank cell is not changed, simple I know! but I've tried a few conditions and cant seem to get it to work. I need to check if B2 is blank or not. I'm already checking to see if D2 is blank.
=AND((B2-TODAY())<15,D2="")
Thanks