A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi Mark Rafael Mendoza,
Thanks for your post in Microsoft Community.
Create two rules to meet your needs.
Select your data range; in this case, let's assume your data range is G3:G100, then go to the Conditional Formatting button above the Ribbon > New Rule.
In the new window, choose 'Use a formula to determine which cells to format,' and in the formula input box, enter the following formula to accommodate the situation where there is no date entered in column G (Date Completed):
=AND(ISBLANK(G3), NOT(ISBLANK(D3)))
In the Format button, change it to red, click OK to save the settings, and that completes the creation of one rule.
Similarly, create another rule, this time entering the following formula in the formula input box:
=AND(NOT(ISBLANK(G3)), G3 > D3)
Again, select red as the format.
The scenario where the completion date falls between the assigned date and the due date, being formatted as normal color, is already covered by the aforementioned rules, so you do not need to create a separate rule for it.
I hope the solution I shared works for you, and I look forward to your reply!
Best Regards,
Thomas C - MSFT | Microsoft Community Support Specialist