EUROCONVERT(n,source,target)
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)
EUROCONVERT(2.1,"DEM","EUR") returns 1.07.
EURO.