CURRENCYCODE

The CURRENCYCODE function returns the currency code of a given currency value, or the currency code for the language and region set for the computer or for the current document.

CURRENCYCODE(value)

value: An optional currency value for which the currency code is to be returned. If value is omitted, the default currency code for your language and region is returned.

Notes

Examples

=CURRENCYCODE(5) returns “USD” if your language and region setting is English (United States).

=CURRENCYCODE(B2) returns “CNY,” the currency code for the Chinese Yuan, if cell B2 contains ¥12 and your language and region setting is Chinese (Simplified, China).

=CURRENCYCODE() returns “EUR,” the currency code for France, if your language and region setting is French (France).

=CURRENCYCODE("£6”) returns “GBP,” the currency code for the British Pound, if your language and region setting is English (United Kingdom).

See alsoCURRENCYCURRENCYCONVERT