You would put the other two IF statements in the FALSE area. (Now some people use != but I don't get that to work all the time so prefer just switching the formula around to use the false values) So...IF({status}="CPL",TRUE,FALSE)IF({name}="First Submit Date Flag",{actualCompletionDate},FALSE)IF({na...