LibreOffice Calc Custom Currency and Scientific Formats

This guide provides an overview of how to create and apply custom numeric formatting strings for both scientific notation and currencies in LibreOffice Calc. Custom formats allow you to control decimal precision, exponent signs, thousands grouping, currency symbols, and negative value indicators without changing the actual underlying cell values.

How to Apply Custom Format Codes

To apply a custom format code in LibreOffice Calc: 1. Select the cells you wish to format. 2. Open the Format Cells dialog by pressing Ctrl + 1 (or right-click and select Format Cells). 3. Navigate to the Numbers tab. 4. Under Category, select User-defined. 5. Type your custom string into the Format code field and click OK.


Custom Formatting for Scientific Notation

Scientific notation strings in LibreOffice Calc use E or e combined with + or - to separate the mantissa from the exponent.

Key Syntax Elements

Common Scientific Format Codes


Custom Formatting for Currencies

Currency formatting controls the placement of symbols, negative number representations, thousands separators, and decimal accuracy.

A standard format string consists of up to four sections separated by semicolons:
Positive Format;Negative Format;Zero Format;Text Format

Key Syntax Elements

Common Currency Format Codes