Hi brdmcdgll,
First of all, due to the use of the ISBLANK function, when Completed Date is empty, Due Date is also empty.
So I suggest changing the formula to " =[Start Date]+60 ".
Then in my environment, I used the following JSON Conditional Formatting, which you can use as a reference:
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"txtContent": "@currentField",
"attributes": {
"class": "=if(Number([$CompletedDate])==0, '', if([$CompletedDate] <[$StartDate]+5184000000,'sp-field-severity--good','sp-field-severity--blocked'))"
}
}
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.