Automatically Change to Correct Currency

kiyo052

Board Regular
Joined
Oct 11, 2013
Messages
134
I feel like the answer is NO but I thought I should ask:

If A1= list of currencies (USD, AUD, CAD, EUR, GBP)
Can A2= a number with the correct currency symbol from A1

Example:
A1= USD
A2= $300

A1= AUD
A2= AUD 600

A1=CAD
A2= CAD 100

A1= EUR
A2= €500

A1= GBP
A2= £240
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
are you familiar with vlookup ? if G1 = USD and H1 = $ etc for all currencies just find the matching one and return the correct symbol

so if A1 = USD where does the 300 come from
pretend it is in B1
so A2 = B1&vlookup(A1, mytable,2)
where mytable is the list of currency names and symbols
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,179
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top