Google sheets remove $ sign

If you work with monetary data in Google Sheets, such as sales or income/expense or stock prices, having a currency symbol ($/€ or USD/EUR) may make sense.

And sometimes, you may not want it.

For example, when I am working with data that is all in dollar value, I can remove the dollar sign as it’s implicit.

In this tutorial, I will show you how to remove the dollar sign in Google Sheets. This dollar sign can be a single symbol such as $, or an abbreviation such as USD.

The methods I show in this tutorial can be used for any other currency symbol as well.

So let’s get started!

  • Remove Dollar Sign By Changing the Formatting
  • Remove Dollar Sign Using a Formula or Find and Replace
    • Using a Formula
    • Using Find and Replace

Remove Dollar Sign By Changing the Formatting

One of the best ways to add a dollar sign to a dataset in Google Sheets is by changing the cell formatting.

This way, you see a dollar sign before a number. But in reality, it’s only the way the cell is being displayed, and that dollar sign is not actually a part of the value.

You can also remove the dollar sign by simply changing the cell formatting so that it only shows the number and not the $ or USD sign.

Suppose you have the dataset as shown below and you want to remove the dollar sign from the numbers in column B.

Google sheets remove $ sign

Below are the steps to remove the dollar sign by changing the formatting:

  1. Select the dataset where you want to change the formatting
  2. Click the ‘Format’ option in the menu
    Google sheets remove $ sign
  3. Go to the Number option
    Google sheets remove $ sign
  4. Click the Number format option
    Google sheets remove $ sign

The above steps would change the format of the selected cells (which could be Accounting/Financial/Currency) to Number format, which only shows the number.

You can, however, adjust the decimals you want to show. There is an option in the toolbar in Google Sheets to Increase/Decrease the decimals in the numbers of the selected cells.

Google sheets remove $ sign

Remove Dollar Sign Using a Formula or Find and Replace

This is an unlikely case (unless someone really wanted the dollar sign in the cell or you got this data from the data source that automatically does this).

Using a Formula

Below I have a dataset where there is a dollar sign before every number.

You can get rid of this dollar sign by using the below formula:

=RIGHT(B2,LEN(B2)-2)

Google sheets remove $ sign

The above formula uses the RIGHT function to extract all the characters from the right except the first two characters which is the dollar sign and the space characters.

LEN function is used to get the total number of characters in a cell and then 2 is subtracted from it to remove the dollar and space characters which are at the beginning.

Using Find and Replace

Since there is a consistent pattern of having a dollar sign followed by a space character followed by the number that you want to extract, you can also use Find and Replace to remove the first two characters with a blank.

Suppose you have the dataset as shown below and you want to remove dollar sign from it.

Below are the steps to do this using Find and Replace:

  1. Select the dataset from which you want to delete the $ sign
  2. Hold the Control key and press the H key (or Command and H if you’re using a Mac). This will open the Find and Replace dialog box
  3. In the ‘Find’ field, enter (dollar sign followed by a space character)
    Google sheets remove $ sign
  4. Leave the ‘Replace with’ field empty
  5. Click on ‘Replace all’ button
    Google sheets remove $ sign

The above steps would instantly replace all the dollar signs with a blank.

So these are some of the ways you can use to remove/delete a dollar ($) sign in Google Sheets.

I hope you found this tutorial useful.

You may also like the following Google Sheets tutorials:

  • How to Insert BULLET POINTS in Google Sheets
  • How to change the default font in Google Sheets
  • How to Insert the Euro Symbol (€) in Google Sheets
  • How to Convert Currency in Google Sheets
  • How to Remove Hyperlink in Google Sheets
  • Remove Extra Spaces in Google Sheets (Leading, Trailing, Double)

How do I remove the dollar sign from a cell in sheets?

To get rid of the dollar sign, first select the cells with dollar signs you want to remove. Then, in the Toolbar, click on Format > Number > Number. As a result, the dollar sign is deleted from the selected cells.

Why is a dollar sign showing up in Google Sheets?

It's possible that you might have some dollar signs in your cells that aren't removed when you change the formatting of your cells. If so then you might need to delete those dollar signs manually. You can do so by using the Find and replace tool in Google Sheets.

How do I get rid of the euro sign in Google Sheets?

To format or change the format of numbers, dates or currencies in a spreadsheet:.
On your computer, open a spreadsheet in Google Sheets..
Select the range of cells you'd like to format or modify..
Click Format. Number..
Select the format to apply to the range of cells..