Need Help

marycowan

New Member
Joined
Jul 1, 2021
Messages
14
Office Version
  1. 365
Platform
  1. Windows
1625680265764.png


I am trying to figure out how to make this calculator so I can select a currency and it will give me the calculated price, quoted price, and transfer price in the selected currency. Right now it is doing everything in Canadian dollars. I am thinking of making a dropdown list to select currency but am not sure how to code the excel to get it to change to selected currency. Not sure this makes sense.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
You can use a table or include the data within the formula.

You can post a mini sheet with the forum's tool XL2BB. We would then know the layout of the sheet and
we would not have type the information.

T202107a.xlsm
ABCDEF
1Cdn amount17.1
2USD0.83
3USD14.1914.19EUR0.679
4EUR11.6111.61GBP0.584
5GBP9.999.99CNY5.288
6CNY90.4290.42
2b
Cell Formulas
RangeFormula
B3:B6B3=ROUND($B$1*VLOOKUP(A3,E2:F5,2,0),2)
C3:C6C3=ROUND($B$1*VLOOKUP(A3,{"USD",0.83;"EUR",0.679;"GBP",0.584;"CNY",5.288},2,0),2)
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,935
Members
449,094
Latest member
teemeren

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