Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
colour coded points depending on error amount | Charts and Charting in Excel | |||
how to convert the amount in currency into the amount in words? | Excel Discussion (Misc queries) | |||
Currency format depending on drop-down box | Excel Discussion (Misc queries) | |||
calculating different percentages depending on amount | Excel Discussion (Misc queries) | |||
currency custom fomula | Excel Discussion (Misc queries) |