Site icon libreofficehelp.com

Custom Number Format Basics – LibreOffice Calc

This tutorial will explain the basics of custom number format in LibreOffice Calc.

Calc provides different types of number formats which is explained in earlier tutorials  e.g. Decimal, Numbers, Date and Time etc. All the formats that comes as default caters to basic needs.

But if you want to format your numbers as per your need which is not available, you can create custom formats and use. Lets look at some of them.

All below formatting is done using Format cell dialog and entering the custom format. This is how you can open the format cell dialog and enter custom format.

How to open the format cell dialog
Where to enter the custom format

 

Decimal Places

The decimal places can be controlled using custom number format. Custom format 0 is for number with nearest integer. Use custom format 0.0 for one decimal place. Use 0.00 for two decimal places and so on.

Example

Format code 0
Format code 0 – Nearest integer

Leading Zeros

You can also control the display of an integer with leading zeros.  The custom format code would be number of zeros you want.

Example

Custom format 00000
After applying custom format 00000

Add text beside numbers

Adding any text beside numbers often needed for readability purposes when representing data to respective users. This is also possible using custom format. You need add the text which you want to show in custom format dialog.

Example

Format code – number with text

 

After applying format code – number with text

 

Large Numbers

While working with large numeric numbers – such as thousands, millions, it is better to represent them as 1000 K or 1 M rather than 1,000,000. To achieve this, use format code as 0, "K" for thousands and 0,, "M" as millions. Single comma (,) denotes thousands and double comma (,,) denotes millions.

Example

Thousands – format code
Millions format code
After applying thousands and millions format code

 

This concludes the basics of custom formats which you can use as per your need. With the basis of this tutorial, you can create more advanced level of custom format.

Feel free to drop a comment using comment box below for any questions/suggestions.

 

Exit mobile version