How to Convert Currencies in Excel
This is a commonly used formula. For this example, we have a list of items and their price in dollars that we would like to convert to Pounds. Dollars will be in Column B and Pounds will be in Column C. We will place the exchange rate in cell C1. For this example, we will use 0.50156.
How to convert from one currency to another
- Open up Microsoft Excel.
- We will assume that you have your prices in cells B5:B10.
- Select cells C5:C10.
- Enter the following formula: =B5*$C$1.
- Press CTRL+Enter
- From the format Format menu, select Cells. Select the number tab and then select Currency from the list of categories and change the style to Pounds.
- Click Ok.
- To convert Pounds back to dollars, use the following formula: =C5/$C$1.
You should now be set.