I have a similar valueexpression that adds on the following after your first comma (so delete everything after the first comma and add the following): IF({status}="DED","N/A",IF({status}!="CPL",CONCAT("Due ",{plannedCompletionDate}),CONCAT("Completed ",{actualCompletionDate})))) (i.e. -- if it's can...