How to Convert Currency in Excel
Converting currency in Excel is a useful skill for anyone who needs to handle financial data, whether you’re tracking travel expenses, managing international payments, or comparing prices across countries. Luckily, Excel makes currency conversion easy, whether you're using live exchange rates or calculating manually. This guide walks you through both methods so you can confidently convert currencies in Excel.

Convert Currency in Excel with Live Exchange Rates
Excel has a built-in feature that allows you to pull live exchange rates for real-time conversions. This is especially helpful if you're working with fluctuating rates and need to ensure your data is up to date.
Enter the Currency Pairs
To get started, type your currency pairs in Excel, such as USD/EUR. These pairs represent the source and target currencies you want to convert. Make sure you're entering them correctly, as Excel uses this information to pull exchange rates.
Turn Them into Data Types
Next, you’ll convert these currency pairs into Excel's "Currency" data type. Highlight the cell with the pair, then go to the "Data" tab on the ribbon and click "Currency." This action links the cell to a live data source, allowing Excel to fetch real-time rates.
Pull the Exchange Rate into a Cell
Once your data type is set, you can extract the exchange rate. Click on a nearby cell and type =CELL_NAME.ExchangeRate (replace CELL_NAME with the reference to your currency pair cell). Press Enter, and Excel will fill in the exchange rate for that pair.
Convert Currency in Excel with Manual Rates
Sometimes, you might not have access to live rates or prefer to use fixed rates for simplicity. No worries—Excel lets you manually input exchange rates for quick conversions.

Enter the Source and Target Currencies
Begin by entering the amount in your source currency in one cell (e.g., $100), and the target currency in another (e.g., EUR). This gives you the foundation for the conversion.
Add the Exchange Rate
In a new cell, type the exchange rate between your two currencies. For example, if 1 USD equals 0.85 EUR, enter "0.85" as the exchange rate. This value is essential for accurate conversion.
Use a Formula to Convert the Amount
To convert the source amount to the target currency, use a simple formula. In a new cell, type =A2*B2 (if your source amount is in A2 and your exchange rate is in B2). This will calculate the converted amount in your target currency.
Formulas for Currency Conversion in Excel
Excel offers flexibility with various formulas to help you convert currencies. Whether you're working with live or manual exchange rates, these formulas will ensure accuracy.
Multiply by the Exchange Rate
The simplest formula for currency conversion is multiplying the amount of the source currency by the exchange rate. For example, =Amount * ExchangeRate works well for quick conversions and small calculations.
Lock the Rate with an Absolute Reference
If you're copying the formula down a column, use an absolute reference to keep the exchange rate fixed. Instead of =A2*B2, you’d use =A2*$B$2. The dollar signs make sure the rate doesn’t change when you drag the formula to other rows.
Fill the Formula Down the Column
If you have a list of amounts to convert, you can fill the formula down the column. Click the cell with the formula, grab the fill handle (the small square in the bottom-right corner), and drag it down. Excel will automatically apply the formula to other cells.

Tips for Currency Conversion in Excel
Here are a few helpful tips that make currency conversion in Excel even easier.
Use Standard Currency Codes
When entering currency pairs, always use the standard 3-letter currency codes (e.g., USD for US dollars, EUR for Euros). This ensures Excel recognizes the pairs correctly and avoids any confusion.
Keep Rates in a Separate Cell
For better organization, store your exchange rates in a separate cell. This way, you can easily update the rate without changing every formula in your worksheet. Plus, it keeps things neat and manageable.
Check When the Rates Were Updated
Live exchange rates change frequently, so it’s important to keep track of when the rates were last updated. You can refresh your rates manually in Excel to make sure they’re current.
Problems with Currency Conversion in Excel
While Excel's currency conversion tools are powerful, you might run into a few issues from time to time. Here's how to troubleshoot them.
Live Rates Do Not Load
If live exchange rates aren’t loading, check your internet connection and ensure Excel is connected to its data source. You may also need to refresh the data by going to the "Data" tab and clicking "Refresh All."
Currency Codes Are Not Recognized
If Excel doesn’t recognize your currency codes, double-check that you’ve used the correct 3-letter ISO codes (e.g., USD for US dollars, GBP for British pounds). Even a small typo can cause problems.
Converted Values Look Wrong
If your converted values seem off, check the exchange rate you’re using. A simple mistake in the rate can lead to big errors in your calculations. If you’re using live rates, ensure they’re updated and accurate.
Conclusion
Converting currency in Excel is an essential skill for anyone dealing with international finances or simply tracking travel expenses. Whether you prefer using live exchange rates or manual methods, Excel makes it easy and reliable. By following the steps outlined in this guide, you can quickly convert currencies and stay on top of your financial calculations.
FAQ
=Amount * ExchangeRate. If you want to lock the exchange rate when copying the formula, use $B$2 to make the reference absolute.