Convert Currency With a Fixed Exchange Rate
A column of amounts in one currency needs converting to another for an invoice, expense report, or budget — and the rate should live in one cell you can update.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
Put the exchange rate in a single cell — say 0.85 USD→EUR in E1 — and multiply each amount by it: 200 × 0.85 = 170. The dollar signs are what make it work at scale: $E$1 is an absolute reference, so when you copy the formula down the column, A2 becomes A3, A4, … while the rate stays locked on E1. Every row uses the same rate, and when the rate changes you edit one cell and the whole column updates. Without the anchors, the copied formulas slide onto E2, E3 — empty cells — and quietly multiply everything by zero.
When to use it
Use it for expense reports in a foreign currency, multi-currency price lists, invoices for overseas clients, or consolidating regional budgets into one reporting currency.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09