Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 31
Default Currency Conversion

Here's one again:

I've got various amount in different currencies (i.e. yen, euro, singapore
$) in column L. What I want now is to convert these currencies into US$ in
column M as I enter the value in column L. How do I do that?

Thanks & rgds,

rudy


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,345
Default Currency Conversion

Because the exchange rates will vary all the time I would create a VLOOKUP()
table.

Say in F2:F4 you enter:

Japanese Yen
Euro
Singapore Dollar

Then in G2:G4

JPY
EUR
SGD

And finaly in H2:H4 the excahnge rates:

108.18
1.47816
1.43338

With your - say - Singapore dollar amount in L3 and SGD in K3 enter the
following formula in M3:

=L3*VLOOKUP(K3,G2:H4,2,0)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Rudy" wrote in message
...
Here's one again:

I've got various amount in different currencies (i.e. yen, euro, singapore
$) in column L. What I want now is to convert these currencies into US$ in
column M as I enter the value in column L. How do I do that?

Thanks & rgds,

rudy





  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 31
Default Currency Conversion

I stand corrected, it does produce the result though I have to change from
"*" to "/". Sorry about that. Thanks...

"Sandy Mann" wrote:

Because the exchange rates will vary all the time I would create a VLOOKUP()
table.

Say in F2:F4 you enter:

Japanese Yen
Euro
Singapore Dollar

Then in G2:G4

JPY
EUR
SGD

And finaly in H2:H4 the excahnge rates:

108.18
1.47816
1.43338

With your - say - Singapore dollar amount in L3 and SGD in K3 enter the
following formula in M3:

=L3*VLOOKUP(K3,G2:H4,2,0)

--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Rudy" wrote in message
...
Here's one again:

I've got various amount in different currencies (i.e. yen, euro, singapore
$) in column L. What I want now is to convert these currencies into US$ in
column M as I enter the value in column L. How do I do that?

Thanks & rgds,

rudy






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
Currency Conversion [email protected] Excel Worksheet Functions 6 August 11th 05 10:18 AM
Currency conversion Nik Excel Discussion (Misc queries) 0 April 18th 05 05:58 PM
currency conversion Nevi Excel Discussion (Misc queries) 1 January 20th 05 11:51 AM
currency conversion Nevi Excel Discussion (Misc queries) 2 January 19th 05 09:28 PM
Currency conversion Brian Collier UK Excel Worksheet Functions 1 January 13th 05 11:23 AM


All times are GMT +1. The time now is 06:21 PM.

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

About Us

"It's about Microsoft Excel"