Hi Heather, Here's the code I am working with now in my version of the
calculation field "Status History". LEFT(IF(LEFT(Status
History,LEN(IF(ISBLANK(Status),"-",Status)))=Status,Status
History,CONCAT(Last Updated By.Name," -
",(IF(ISBLANK(Status),"-",Status))," (",$$NOW,") | ",Status
History)),2000) This is returning some strange behavior. I created a new
project, some new test tasks and went to check the Status History field
on the custom form for each of the two new test tasks. I found that t...