Hi Brandon, I think you are looking for a nested if statement
valueexpression=IF({project}.{DE:Final Files Due
Date}>=0,IF({plannedCompletionDate}>={project}.{DE:Tactic Requested Due
Date},"Needs Attention","On
Time"),IF({plannedCompletionDate}>{project}.{DE:Final Files Due
Date},"Needs Attention","On Time")) This checks to is if the field has
something in it then drops to the correct if statement depending on the
initial True or False If the first statement is true it runs the Bolded
if stateme...