Null in IF condition

How do I represent null in the else clause of if statement? A blank pair of double quotes ("") is not working. I want to concatenate values is a few columns if a column is not blank. If the column is blank, I want the if statement to return null.

This code works, but I want the value in "SEQ#" to be left padded with zeros for up to 2 digits.

I want the final value in the cell to be, for example: "JD-18-01" and not "JD-18-1".

=IF(NOT(ISBLANK([Story summary]@row)), [Assigned To]@row + "-" + [Sprint#]@row + "-") + [Seq#]@row

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!