User-defined Number Formats

You can define your own number formats to display numbers in LibreOfficeDev Calc.

As an example, to display the number 10,200,000 as 10.2 Million:

  1. Select the cells to which you want to apply a new, user-defined format.

  2. Choose Format - Cells - Numbers.

  3. In the Categories list box select "User-defined".

  4. In the Format code text box enter the following code:

    0.0,, "Million"

  5. Click OK.

The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0.

რიცხვი

.#,, "მილიონი"

0.0,, "მილიონი"

#,, "მილიონი"

10200000

10.2 მილიონი

10.2 მილიონი

10 მილიონი

500000

.5 მილიონი

0.5 მილიონი

1 მილიონი

100000000

100. მილიონი

100.0 მილიონი

100 მილიონი