Entering a Number with Leading Zeros

शून्य से प्रारंभ होने वाले पूर्णांकों को प्रविष्ट करने के यहाँ कई तरीके हैं:

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:

  1. Select the column in which the digits are found in text format. Set the cell format in that column as "Number".

  2. Choose Edit - Find & Replace

  3. In the Find box, enter ^[0-9]

  4. In the Replace box, enter &

  5. Check Regular expressions

  6. Check Current selection only

  7. Click Replace All

Please support us!