How to leave the cell blank with formula

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"))



Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!