Справка LibreOffice 25.2
Converts a number to a string representing the amount in the currency format, rounded to a specified decimal places, using the decimal separator that corresponds to the current locale setting. In the Value field enter the number to be converted. Optionally, you may enter the number of decimal places in the Decimals field. If no value is specified, all numbers in currency format will be displayed with two decimal places.
Денежный формат задаётся в системных параметрах.
DOLLAR(Value [; Decimals])
Значение: число, ссылка на ячейку, содержащую число, или формула, возвращающая число.
Количество разрядов (необязательный параметр): количество десятичных разрядов.
=DOLLAR(255) returns $255.00 for the English (USA) locale and USD (dollar) currency; ¥255.00 for the Japanese locale and JPY (yen) currency; or 255,00 € for the German (Germany) locale and EUR (euro) currency.
=DOLLAR(367.456;2) returns $367.46.