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

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
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,583
Messages
6,125,664
Members
449,247
Latest member
wingedshoes

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