Entering a Number with Leading Zeros/text/scalc/guide/integer_leading_zero.xhpzero values; entering leading zerosnumbers; with leading zerosleading zerosintegers with leading zeroscells; changing text/number formatsformats; changing text/numbertext in cells; changing to numbersconverting;text with leading zeros, into numbersUFI: inserted "converting;text to numbers"mw changed "converting;" and deleted "numbers,changing..."Entering a Number with Leading Zeros
There are various ways to enter integers starting with a zero:Enter the number as text. The easiest way is to enter the number starting with an apostrophe (for example, '0987). The apostrophe will not appear in the cell, and the number will be formatted as text. Because it is in text format, however, you cannot calculate with this number.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".If you want to apply a numerical format to a column of numbers in text format (for example, text "000123" becomes number "123"), do the following:Select the column in which the digits are found in text format. Set the cell format in that column as "Number".Choose Edit - Find & ReplaceIn the Search for box, enter ^[0-9]In the Replace with box, enter &Check Regular expressionsCheck Current selection onlyClick Replace All