Hi Erika
the function EUROCONVERT is only useful for converting the 'old'
currency of the EU member states to the 'new' EUR currency (as the
exchange rate was fixed).
To cnvert US$ to Euro (and vice versa) you need the current exchange
rate (e.g. from http://www.x-rates.com/). Current rate ca. 1 EUR to
1.2606 US$
So just multiply your EUR value with (1/1.2606) and you get your dollar
amount (based on the current exchange rate)