I've got a long formula that determines an IP address for a computer. That formula should result in a formula for an IP address that looks like this:
10.20.12.32
However, when there's a zero entry, SmartSheet is omitting the zero, so the result looks like this:
10..12.32
I need to show the zero! If I type a zero in a SmartSheet, the zero shows. However, if I get a zero as a result of a formula, (for example, =value(0)) SmartSheet displays nothing at all. It's as if the formula didn't exist!
How can I force SmartSheet to show me my zero entries, rather than just pretending they never existed?