Currency conversion formula

gigglesxx

New Member
Joined
Feb 14, 2018
Messages
5
Hi,

I am trying to convert currencies and need some help with a formula.

If a cell in a particular column contains a specific word eg: AUD, then divide the figure in the corresponding cell in the next column by 1.35022.



Thank you in advance.
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi

Are you looking for something like


Book1
ABCDE
1CurrenciesGBP £
2GBP1GBP200
3USD0.7574AUD112.12
4EUR0.8835
5AUD0.5606
6CAD0.5766
7CNY0.1143
8JPY0.0069
9CHF0.7636
Sheet1
Cell Formulas
RangeFormula
E3=VLOOKUP(D3, $A$2:$B$9, 2, 0)*E2
 
Upvote 0

Forum statistics

Threads
1,216,730
Messages
6,132,398
Members
449,725
Latest member
Enero1

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