Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet with a list of buy prices on, however we buy from
different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ‚¬ then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=B1*(LOOKUP(A1,{"$","?"},{1.92,0.68}))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... I have a spreadsheet with a list of buy prices on, however we buy from different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ? then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ok I am putting this in and it doesn't seem to be working. What is the B1
for? Just trying to understand the formula to see where I am going wrong! Thanks. "Bob Phillips" wrote: =B1*(LOOKUP(A1,{"$","?"},{1.92,0.68})) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... I have a spreadsheet with a list of buy prices on, however we buy from different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ? then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
B1 is the amount to be converted
A1 is the currency type (symbol) ($,£,etc) A1=$ B1=200 C1= the formula given by Bob "GCC" wrote: Ok I am putting this in and it doesn't seem to be working. What is the B1 for? Just trying to understand the formula to see where I am going wrong! Thanks. "Bob Phillips" wrote: =B1*(LOOKUP(A1,{"$","?"},{1.92,0.68})) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... I have a spreadsheet with a list of buy prices on, however we buy from different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ? then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Ah, thanks. I didn't realise that the symbol had to be in a different cell.
This works now for all except the ‚¬ symbol. Do you know why this might be the case? It actually does the calculation using the $ exchange rate... "Toppers" wrote: B1 is the amount to be converted A1 is the currency type (symbol) ($,£,etc) A1=$ B1=200 C1= the formula given by Bob "GCC" wrote: Ok I am putting this in and it doesn't seem to be working. What is the B1 for? Just trying to understand the formula to see where I am going wrong! Thanks. "Bob Phillips" wrote: =B1*(LOOKUP(A1,{"$","?"},{1.92,0.68})) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... I have a spreadsheet with a list of buy prices on, however we buy from different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ? then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe my formula has a different symbol. Copy your version of the symbol and
paste it into the formula. -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... Ah, thanks. I didn't realise that the symbol had to be in a different cell. This works now for all except the ? symbol. Do you know why this might be the case? It actually does the calculation using the $ exchange rate... "Toppers" wrote: B1 is the amount to be converted A1 is the currency type (symbol) ($,£,etc) A1=$ B1=200 C1= the formula given by Bob "GCC" wrote: Ok I am putting this in and it doesn't seem to be working. What is the B1 for? Just trying to understand the formula to see where I am going wrong! Thanks. "Bob Phillips" wrote: =B1*(LOOKUP(A1,{"$","?"},{1.92,0.68})) -- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "GCC" wrote in message ... I have a spreadsheet with a list of buy prices on, however we buy from different countries so therefore all of the buy prices are in different currencies. I was wondering if there was a way I could say if cell A1 is $ then * by 1.92 or if A1 is ? then * by 0.68. That way I could get all of our buy prices in the same currency without having to go through and put in different formula's depending on what currency the original buy price is in. Thanks in advance! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting currency from US Dollar into Canadian dollars from column A to Column B | Excel Worksheet Functions | |||
Converting currency to a description | Excel Discussion (Misc queries) | |||
Currency | Excel Discussion (Misc queries) | |||
Converting Currency | Excel Worksheet Functions | |||
Converting cell ref. w/num to currency | Excel Worksheet Functions |