Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 132
Default fomula which returns the amount depending on the currency code

I have a list of Currency codes (like USD, EUR. GBP etc.) in h1:h10 and my
local exchange rate in i1:i10. In the cell a1 I have the Currency code in
text and my Purchase Price in b1. I want a fomula which returns the amount
in local currency in e1 depending on the currency code in the cell a1.
  #2   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default fomula which returns the amount depending on the currency code

In E1: =B1*VLOOKUP(A1,H1:I3,2,0)
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,500 Files:363 Subscribers:64
xdemechanik
---
"Narnimar" wrote:
I have a list of Currency codes (like USD, EUR. GBP etc.) in h1:h10 and my
local exchange rate in i1:i10. In the cell a1 I have the Currency code in
text and my Purchase Price in b1. I want a fomula which returns the amount
in local currency in e1 depending on the currency code in the cell a1.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default fomula which returns the amount depending on the currency code

=VLOOKUP(A1,H1:H10,2,0)*B1
If you plan to copy this down the column, make H1:H10 absolute
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Narnimar" wrote in message
...
I have a list of Currency codes (like USD, EUR. GBP etc.) in h1:h10 and my
local exchange rate in i1:i10. In the cell a1 I have the Currency code in
text and my Purchase Price in b1. I want a fomula which returns the
amount
in local currency in e1 depending on the currency code in the cell a1.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,393
Default fomula which returns the amount depending on the currency code

That should be H1:I10, sorry !!!
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Bernard Liengme" wrote in message
...
=VLOOKUP(A1,H1:H10,2,0)*B1
If you plan to copy this down the column, make H1:H10 absolute
best wishes
--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email

"Narnimar" wrote in message
...
I have a list of Currency codes (like USD, EUR. GBP etc.) in h1:h10 and my
local exchange rate in i1:i10. In the cell a1 I have the Currency code in
text and my Purchase Price in b1. I want a fomula which returns the
amount
in local currency in e1 depending on the currency code in the cell a1.





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
colour coded points depending on error amount Sapster86 Charts and Charting in Excel 7 February 28th 08 10:30 PM
how to convert the amount in currency into the amount in words? Ken Excel Discussion (Misc queries) 1 November 7th 06 09:16 AM
Currency format depending on drop-down box Broadband Al Excel Discussion (Misc queries) 0 January 20th 06 04:30 PM
calculating different percentages depending on amount pgruening Excel Discussion (Misc queries) 6 October 24th 05 05:57 PM
currency custom fomula Michele Excel Discussion (Misc queries) 4 December 23rd 04 06:39 PM


All times are GMT +1. The time now is 05:07 AM.

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"