How to Change Currency in Google Sheets?

Author picture

Written By Prokhor Sikder

Last Updated on March 29, 2026
Laptop displaying Google Sheets with a product pricing spreadsheet and floating currency conversion panel beside a calculator on a desk with books, pen, and plant
ON THIS PAGE

Working with prices in Google Sheets… and suddenly everything is in the wrong currency?

Maybe you’re creating an invoice, tracking expenses, or working with international clients.

And now you’re stuck thinking:

“How do I change this currency?”

Good news — it’s actually simple.

But there are different ways depending on what you want:

  • Change currency for a few cells
  • Change the default currency for the whole sheet
  • Convert currency (like USD → EUR)

Let me break everything down step-by-step.

Key Takeaways

  • You can change currency in Google Sheets by formatting selected cells using the “123” menu and choosing a new currency.
  • To change the default currency, update the Locale in Spreadsheet settings, which controls how currency is applied across the sheet.
  • Changing currency formatting only updates the symbol and display, not the actual value.
  • To convert currency (like USD to EUR), use the GOOGLEFINANCE formula for real-time exchange rates.
  • You can format currency further by adjusting symbol position, decimals, and display style using Custom currency settings.
  • Adding or removing the dollar sign ($) is simply a formatting change and can be done from the toolbar or number format menu.
  • Always remember:
    Formatting = visual change
    Conversion = actual value change

How to Change Currency in Google Sheets

Let’s start with the most common thing — changing currency.

1. Select the cells you want to change

Click and drag over the cells where you want a different currency. This can be a single column, multiple cells, or the entire sheet.

prices are highlighted in the Google sheet

2. Click on the “123” format menu

Look at the toolbar at the top. Click on the “123” (Number format) option.

red rectangle highlights ‘123’ (number format)

3. Click on “Custom currency”

Scroll down and click on Custom currency to see the full list.

red rectangle highlights “Custom currency”

4. Choose your desired currency

Pick the currency you want (like USD, EUR, GBP). You can also adjust symbol position and decimals if needed.

select US Dollar from custom currencies list in Google Sheets

5. Click “Apply”

Once selected, click Apply. Your selected cells will now show the new currency.

red arrow pointing to “Apply” button to set the currency as USD

How to Change Default Currency (entire sheet)

If you want every new value to follow a currency:

1. Click on “File”

Go to the top menu and click File.

red rectangle highlights ‘File’ in the top menu

2. Click on “Settings”

A dropdown menu will appear. Scroll down and click on settings.

red rectangle highlights ‘Settings’ in the dropdown menu

3. Change the Locale

Select your country. For example:

  • United States → USD
  • Germany → Euro
red rectangle highlights “United States” as Locale in Google Sheet

4. Click “Save settings”

Your sheet will refresh and the default currency will change.

red arrow pointing to “Save settings” in the sheet settings pop-up

Now every new number you format as currency will follow this setting.

formatted data with currency in Google sheet

How to Convert Currency in Google Sheets

Changing currency is one thing.

But what if you want to convert currency automatically?

Example:

  • USD → EUR
  • GBP → USD

Use this formula:

=GOOGLEFINANCE(“CURRENCY:USDEUR”)

This gives you the live exchange rate.

Example:

If A1 = 100 (USD)

In another cell:

=A1 * GOOGLEFINANCE(“CURRENCY:USDEUR”)

red rectangle highlights currency exchange formula in Google Sheet

This will convert USD to EUR automatically.

red rectangle highlights 84.82 in a cell of a Google Sheet

This is useful for:

  • Pricing sheets
  • International sales
  • Financial tracking

How to Format Currency in Google Sheets

Sometimes the currency is correct… but it doesn’t look right.

You might want to:

  • Change symbol position
  • Adjust decimal places
  • Customize display

1. Select your cells

Choose the cells you want to format.

red arrow pointing to the chosen cell in the Google Sheet

2. Go to Format → Number → Custom Currency

Click Format from the top menu, then Number, then Custom currency.

red rectangles highlight ‘Format’ and ‘Number’ and a red arrow pointing to “Custom currency” in the Google sheet

3. Customize your currency format

You can:

  • Change symbol placement
  • Adjust decimals
  • Choose different styles
custom currencies settings pop-up appearing in google sheet

4. Click “Apply”

Click on ‘Apply’, your formatting will update instantly.

red arrow pointing to the ‘Apply’ button to update the format

This is purely visual — it doesn’t change the value.

How to Add A Dollar Sign in Google Sheets

Need to add a dollar sign quickly?

1. Select the cells

Highlight the cells where you want the dollar symbol.

red rectangle highlights the prices in a Google sheet

2. Click the “$” icon in the toolbar

This instantly formats the values as USD.

red arrow pointing to dollar icon in top menu

This is the fastest way to apply currency formatting.

How to Get rid of the Dollar sign in Google Sheets

Added it by mistake? No problem.

1. Select the cells

Choose the cells with the dollar sign.

2. Click on “123” format menu

Open the number formatting options.

red arrow pointing 123 as number format in Google sheet

3. Select “Number” or “Plain text”

This will remove the currency format and return it to normal numbers.

red rectangle highlights ‘Number’ in dropdown menu

This will remove the dollar sign completely

How to Change Dollar to Euro in Google Sheet

This is a very common use case.

You have USD… but need EUR.

Option 1: Just change the format

Follow the earlier steps:

  • Select cells
  • Go to Custom Currency
  • Choose Euro

This only changes the symbol (not the value)

Option 2: Convert the actual value

Use:

=A1 * GOOGLEFINANCE(“CURRENCY:USDEUR”)

This converts the actual amount from USD to EUR.

Always remember:

  • Formatting = visual change
  • Conversion = actual value change

Final Thoughts

If you’re working with money in Google Sheets, this is something you’ll use often.

Quick summary:

  • Change currency → use formatting
  • Set default → change locale
  • Convert currency → use GOOGLEFINANCE
  • Add/remove symbols → toolbar or format menu

Once you understand the difference, everything becomes much easier.

Share