EUROCONVERT

EUROCONVERT

Synopsis

EUROCONVERT(n,source,target)

Description

EUROCONVERT converts the currency value n of source currency to a target currency target. Both currencies are given as three-letter strings using the ISO code system names. The following currencies are available:

ATS (Austria)

BEF (Belgium)

DEM (Germany)

ESP (Spain)

EUR (Euro)

FIM (Finland)

FRF (France)

GRD (Greek)

IEP (Ireland)

ITL (Italy)

LUF (Luxembourg)

NLG (Netherlands)

PTE (Portugal)

  • If the given source or target is other than one of the above, EUROCONVERT returns #VALUE! error.

Examples

EUROCONVERT(2.1,"DEM","EUR") returns 1.07.

See also

EURO.