If you don’t know how to do this already, you may scratch your head and look for options. Unfortunately, it’s not as straightforward as you want it to be. There is no key on the keyboard to do this, or any direct option to do this using a click of a button. Don’t worry! There are plenty of ways to insert or type a degree symbol in Excel.

Inserting Degree Symbol in Excel

In this tutorial, I will show you these easy ways to do it (including a keyboard shortcut). The method you choose would depend on how you are using the degree symbol in your work. Let’s get started!

Using a Keyboard Shortcut

Below are the steps to type the degree symbol in Excel using a keyboard shortcut: Note: This keyboard shortcut works only if you have a 10 keys numeric keypad in your keyboard. If you don’t have a numeric keypad, you need to enable the Num lock first and then use this keyboard shortcut. Once you have typed the degree symbol, you don’t even need to use the keyboard shortcut again and again. You can simply copy the already inserted degree symbol and paste it.

Copy Paste the Degree Symbol

You can copy and paste the degree symbol in Excel. To do this, you first need to copy it from a degree symbol already available in Excel, or you can copy it from any web page from the internet. Below is the degree symbol from which you can copy:

Using the CHAR Formula

You can use the =CHAR(176) to get the degree symbol in a cell in Excel. To do this, enter =CHAR(176) in a cell and press enter and it will return the degree symbol as the result.

You can also use this formula with other text strings or formulas to add the degree symbol to it. For example, if you want to have 48° in a cell, you can enter the below formula Similarly, you can combine it with a cell reference. For example, if cell A1 has the value 48, then you can use the formula =A1&CHAR(176), and it will give you 48° as the result.

Using the Insert Symbol Dialog Box

There is a ‘Symbol’ dialog box in Excel that allows you to insert symbols such as degree, cent, delta, etc. Here are the steps to insert the degree symbol using the Insert Symbol dialog box:

Click on the Insert Tab in the ribbon. In the Symbols group, click on the Symbols icon. In the Symbols dialog box that opens, select the font in which you’re already working. Scroll down, find and select the degree symbol (you may have to spend some time looking for the degree symbol). Click on Insert.

This will insert the degree symbol in the cell in Excel. Now you can use this symbol as any other character in excel. You can copy it, refer to it, use it in formulas, etc.

Using Autocorrect in Excel

This one is my favorite. It enables you to assign a code to the degree symbol (such as DEGSYM). Now whenever you enter this text DEGSYM in a cell in excel, it will automatically convert it into the degree symbol. Note: I have chosen DEGSYM, but you can use anything else if you wish. Here are the steps to use Autocorrect to get degree symbol in Excel:

Click on the File tab. Click on Options. In the Options dialog box, select Proofing. Click on the ‘AutoCorrect Options’ button. In the Autocorrect dialog box, enter the following: Replace: DEGSYM With: º (you can get the degree symbol by using the shortcut ALT 0176, or copy paste it from a cell) Click Add and then OK.

That’s it! Now, whenever you type the text DEGSYM, it will automatically get converted into the degree symbol.

Here are a few things you need to know when using the Autocorrect method:

This is case sensitive. So if you enter ‘degsym’, it will not get converted into the degree symbol. You need to enter DEGSYM. If there is any text/number before DEGSYM, it will not be converted to the degree symbol. For example, 48DEGSYM will not get converted, however, 48 DEGSYM will get converted to 48 ° This change also gets applied to all the other Microsoft applications (MS Word, PowerPoint, etc.). So be cautious and choose the keyword that you are highly unlikely to use in any other application.

BONUS: Using VBA to Add Degree Symbol to Numbers

If you often need to add the degree symbol to numbers in a range, you can use a simple VBA code to do this quickly. Something as shown below:

This can be helpful when you get this data from a database or from other people and you have to add the degree symbol to all these numbers. Below is the code that will make this happen: The above code goes through all the cells in the selection and adds a degree symbol at the end of the number in the cell. You need to put this code in any module in the VB Editor. Once inserted, you can run the code from the VB Editor, add a button (as I did in the above example), or even add this to the Quick Access Toolbar. So these are the five methods (plus the bonus VBA method) you can use to type the degree symbol in Excel. How did you like this tutorial? Let me know your thoughts by leaving a comment below.

How to Insert Line Break in Excel. How to Quickly Insert New Cells in Excel. How to Insert Picture Into Excel Cell. How to Insert Watermark in Excel Worksheets. How to Insert Bullet Points in Excel. Insert Cent Symbol in Excel. Insert Delta Symbol in Excel. How to Apply Superscript and Subscript Format in Excel. Inserting Degree Symbol in Word.