User-defined Number Formats
You can define your own number formats to display numbers in LibreOffice Calc.
उदाहरण के रुप में, संख्या 10,200,000 को 1.02 करोड़ (10.2 मिलियन) में दिखाने के लिए:
-
उन कक्षों को चुनें जिसमें आप नया, उपयोक्ता निर्धारित फ़ॉर्मेट लागू करना चाहते हैं.
-
Choose Format - Cells - Numbers.
-
In the Categories list box select "User-defined".
-
In the Format code text box enter the following code:
.#,, "मिलियन"
-
ठीक है पर क्लिक करें.
The following table shows the effects of rounding, thousands delimiters (,), decimal delimiters (.) and the placeholders # and 0.
संख्या |
.#,, "मिलियन" |
.#,, "मिलियन" |
#,, "मिलियन" |
10200000 |
100.0 मिलियन |
100.0 मिलियन |
10 मिलियन |
500000 |
.5 मिलियन |
0.5 मिलियन |
1 मिलियन |
100000000 |
100. मिलियन |
100.0 मिलियन |
100 मिलियन |