#1   Report Post  
Francisco
 
Posts: n/a
Default currency converter

Hi there
I am creating and expense report and I have included a drop list with
currencies but I would like to convert automatically a currency different
than EURO into EURO.
Could you please help me on this?
I am not very familiar with this so a help step by step will be very helpful

Thanks a lot
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

Just divide or multiply using the rates (depending on where you come from)
Example, you want to convert euros to dollars, today's rate is
1 euro = 1.29159 dollars

put 1.29159 in a cell (assume B2), assume A2 holds the amount of euros you
want to convert then use something like

=ROUND(A2*B2,2)

round will round it to the nearest cent

the other way around you have dollars in A2 and want to convert to euros

=ROUND(A2/B2,2)

or change the rate in B2 to

0.77435

and use the first formula

--
Regards,

Peo Sjoblom


"Francisco" wrote in message
...
Hi there
I am creating and expense report and I have included a drop list with
currencies but I would like to convert automatically a currency different
than EURO into EURO.
Could you please help me on this?
I am not very familiar with this so a help step by step will be very
helpful

Thanks a lot



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
quattro converter for Excel 2003 cntaylor Excel Discussion (Misc queries) 4 April 30th 07 07:08 PM
currency convertor-travel expense Francisco Excel Worksheet Functions 0 March 29th 05 12:41 PM
Default Currency Stuart Excel Discussion (Misc queries) 0 March 10th 05 05:05 PM
quattro pro converter Excel 2003 dr88363 New Users to Excel 0 February 27th 05 05:00 PM
Currency formating problem Jerry Excel Discussion (Misc queries) 5 February 19th 05 06:39 PM


All times are GMT +1. The time now is 11:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"