DOLLAR

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])

Number는 수, 수를 포함한 셀에 대한 참조, 수를 반환하는 수식 등입니다.

소수점 이하 자리수는 소수점 아래 자릿수입니다.

예제

=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.