5 Easy Ways to Type/Insert Degree Symbol in Excel (Shortcut + Examples)

Want to insert the degree symbol in Excel?

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:

  1. Select the cell in which you want to insert the degree symbol.
  2. Press F2 to get into the edit mode.
  3. Use the keyboard shortcut – ALT + 0176 (you need to hold the ALT key and then press 0176 from the numeric keypad of your keyboard).Type Degree Symbol in Excel Cell - 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.

Shortcut for MAC: Option+Shift+8

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.

Also read: Insert Pi Symbol (Ï€) in Excel

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.

Type Degree Symbol in Excel - Using Formula

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

=48&CHAR(176)

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.

Type Degree Symbol in Excel - Cell Reference and CHAR

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.Insert Tab in Excel Ribbon
  • In the Symbols group, click on the Symbols icon.Insert Degree Symbol in Excel using the Symbol option
  • In the Symbols dialog box that opens, select the font in which you’re already working.Font in Symbol dialog box
  • Scroll down, find and select the degree symbol (you may have to spend some time looking for the degree symbol).Degree Symbol in dialog box in Excel
  • 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.

Also read: Insert Diameter Symbol in Excel

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 the degree symbol in Excel:

  • Click on the File tab.File Tab in Ribbon
  • Click on Options.Click on Options
  • In the Options dialog box, select Proofing.Click on Proofing option
  • Click on the ‘AutoCorrect Options’ button.Click on the Autocorect 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)Type Degree Symbol in Excel - Autocorrect
  • Click Add and then OK.

That’s it!

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

Autocorrect to Insert Degree Symbol in Excel

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.
See Also: Excel Autocorrect (A complete guide on how to use it)

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:

Adding Degree Symbol using VBA

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:

Sub AddDegreeSymbol()
Dim MyCell As Range
For Each MyCell In Selection
MyCell.Value = MyCell.Value & "°"
Next MyCell
End Sub

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.

You May Also Like the Following Excel Tutorials:

Excel Ebook Subscribe

FREE EXCEL BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

Sumit Bansal
Hello there! I'm Sumit Bansal, founder of trumpexcel.com and an Excel MVP. I started this website in 2013 with a simple goal: to share my love for Excel through easy to follow tips, tutorials and videos. I'm here to help you get the best out of MS Excel to save time and boost your productivity.

6 thoughts on “5 Easy Ways to Type/Insert Degree Symbol in Excel (Shortcut + Examples)”

Leave a Comment

Free-Excel-Tips-EBook-Sumit-Bansal-1.png

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

Free-Excel-Tips-EBook-Sumit-Bansal-1.png

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster

Free Excel Tips EBook Sumit Bansal

FREE EXCEL E-BOOK

Get 51 Excel Tips Ebook to skyrocket your productivity and get work done faster