Hi, Heather. I was intrigued by your "two-step" calculated field
approach and wanted to apply it to our Project custom forms. I was able
to get the Current Status field entered, but I'm having trouble with the
Status History calculation (which I THOUGHT would be easier, since I'm
just copying your code). I've entered LEFT(IF(LEFT(Status
History,LEN(IF(ISBLANK(Current Status),"-",Current Status)))=Current
Status,Status History,CONCAT(IF(ISBLANK(Current Status),"-",Current
Status)," (",$$NOW,") | ...