Hello, I'm trying to create a formula to mark shipments as on time or late, but I want to leave the first column On Time blank if no number is entered in the second column On-Time.
This is the formula in the first column.
=IF([On-Time]@row >= 1, "On-time", IF([On-Time]@row <= 2, "Late"))