Forum Discussion
Conditional format blank cell based on how many days past date in another cell
- Jul 06, 2023
NikolinoDE I believe you did understand correctly! However, I'm having an issue that the formula doesn't seem to work if I input a date of 7/10/23 or after? In my screenshot below, you can see where the formatting does correctly color most of the blank spaces as green correctly. However, the last two blanks should have turned green as well because they're overdue, and yet they remain unchanged.
Here's a screenshot of the formula I copy/pasted in case you can see anything I did wrong there.
Maybe I am misunderstanding how the formula should work? For example, if column K has a due date of 7/21/23, column L "Date Assigned" should have turned green 3 days ago by 7/17/23. Do I just have one of my math functions wrong in this?
Thank you for all your help on this, I was completely lost trying to figure it out on my own.
conditionalheadache Hi! Were you able to figure it out? Im having a similar issue.
- conditionalheadacheJul 27, 2023Copper Contributor
dtulips Yes, I just had to change the formula for the 3 days from minus to plus and it started calculating correctly. This is the formula I used: =AND($K1<TODAY()+3, ISBLANK(L1))
Hope this helps you as well!