Hi @Harry N Nomikos,
Based on your description, is the "Change has been Completed/Withdrawn" statement added without first determining if the GRACE Go Live Date matches the Go Live Date and if the GRACE CDT Rating matches the CDT Risk Impact? (Because my original judgment added)
If so, try using this modified formula below:
="Updates done correctly to reflect GRACE data. "&IF([GRACE Go Live Date]=[Go Live Date],"","Go Live updated from "&TEXT([Go Live Date],"dd/mm/yyyy")&" to "&TEXT([GRACE Go Live Date],"dd/mm/yyyy")&".")&IF([GRACE CDT Rating]=[CDT Risk Impact],"","CDT updated from "&[CDT Risk Impact]&" to "&[GRACE CDT Rating]&".")&IF([GRACE Status]="Withdrawn","Change has been Withdrawn.","")&IF([GRACE Status]="Completed","Change has been Completed.","")
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.