I'm frequently working in multi currencies for various reasons. One thing I'm wondering is, does anyone have any advice on how best to deal with this issue, especially when, say at the summary level, you need to be able to show in Euro, Yen, and USD (But not all on the same sheet... the US wants it in USD$ only, Frankfurt wants it in Euro, Japan wants only to see YEN. So, I might have data like:
What I'd like to be able to do then is say, from some cell outside that range, have a drop down (Currency symbol, like ¥,£,$, etc.) that I pick it, it will display, say in sell G1 "Yen", when selecting the symbol from cell D1 in a drop down (that part I know how to do). The question is, how do I then get that symbol to apply to all my values, AND, apply the exchange rate. I can see setting up a name range that has something:
This would assume YEN is base currency so would be 1 to 1.
Any suggestion for this?
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."
Code:
Budget Out of Scope Cost Plan
Servers ¥2,446,700 ¥230,000 ¥2,676,700
Computer Room ¥8,500,000 ¥0 ¥8,500,000
HVAC ¥4,400,000 ¥1,100,000 ¥5,500,000
Totals ¥15,346,700 ¥1,330,000 ¥16,676,700
What I'd like to be able to do then is say, from some cell outside that range, have a drop down (Currency symbol, like ¥,£,$, etc.) that I pick it, it will display, say in sell G1 "Yen", when selecting the symbol from cell D1 in a drop down (that part I know how to do). The question is, how do I then get that symbol to apply to all my values, AND, apply the exchange rate. I can see setting up a name range that has something:
Code:
Symbol Currency Exchange
$ USD .0110290
¥ YEN 1
£ GBP .00743896
...
etc.
This would assume YEN is base currency so would be 1 to 1.
Any suggestion for this?
Best Regards,
Scott
"Everything should be made as simple as possible, and no simpler."