Even "Number Format: General" still omits the starting 0. I can't even get it to show up if I lead with a space or a "-." What is the trick? This is super-annoying.

you are viewing a single comment's thread
view the rest of the comments
[–] 14 points 3 weeks ago*

There's two options, one is to turn it into a string as discussed.

The other is:

Format a cell with a number format such as \0000. This format can be assigned in the Format code field under the Format - Cells - Numbers tab, and defines the cell display as "always put a zero first and then the integer, having at least three places, and filled with zeros at the left if less than three digits".

https://help.libreoffice.org/latest/en-US/text/scalc/guide/integer_leading_zero.html

  • source