How to Insert Square Root Symbol in Excel (8 Easy Ways)

Here’s an overview of inserting the square root symbol via various methods.

insert square root symbol in excel


Method 1 – Using the Insert Tab to Insert the Square Root Symbol

Steps:

  • Select the cell where you want to show the square root symbol.
  • Open the Insert tab and go to the Symbols group of commands (the last one on the tab).
  • Click on the Symbol command.

In the Insert group of commands, select the Symbol command. It will open the Symbol dialog box.

  • The Symbol dialog box will appear. By default, the (normal text) as Font will be selected.
  • In the Subset (on the right side of the dialog box), choose Mathematical Operators.
  • Find the square root symbol and click on it.
  • Press Insert and click Close.

Select (normal text) and subset Mathematical Operators in the Symbol dialog box. Then click on the Insert and then Close the dialog box.

Read More: How to Insert Degree Symbol in Excel


Method 2 – Applying the Character Code from the Symbol Dialog Box to Insert the Square Root Symbol

Steps:

  • Select a cell (where you want to show the symbol).
  • Open the Symbol dialog box (Insert tab -> Symbols group of commands -> Click on the Symbol command).

Symbol dialog box Excel

  • Select Unicode (hex) from the drop-down (at the bottom-right corner of the dialog, just above the Cancel button).
  • In the Character code box, type 221A. The square root symbol will be selected.
  • Press Insert and Close.

Select Unicode (hex) and input character code 221A. It will select the square root symbol in the dialog box. Just press Insert and then close the dialog box.

Read More: How to Add Symbol Before a Number in Excel


Method 3 – Using the Excel UNICHAR Function

Steps:

  • Insert the following formula in the cell.
=UNICHAR(8730)&100

Using Excel UNICHAR Function to Insert Square Symbol

  • You will see the square root symbol with 100 (value after the Ampersand symbol).

Read More: How to Type Math Symbols in Excel


Method 4 – Applying a Keyboard Shortcut

Steps:

  • Select any cell and type Alt + 251.

Applying Keyboard Shortcut to Insert Square Root Symbol in Excel

Note:
You must use the numbers from the Num Pad. If your keyboard doesn’t have the Num Pad, use the NumLock option to convert some of the letters to numbers. Check your PC specifications.


Method 5 – Using a Keyboard Shortcut to Open the Symbol Window

Steps:

  • Press ALT + N + U on your keyboard. The Symbol dialog box.
  • Find and select the square root symbol.
  • Insert the symbol and Close the dialog box.

Using keyboard shortcut ALT + N + U to insert the square root symbol in a cell.


Method 6 – Applying a Custom Number Format

Steps:

  • Select the cells where you want to insert the square root symbol.

Applying Custom Number Format

  • Right-click on any of the selected cells and select Format Cells.

  • Select the Custom option from the left pane.
  • Put your cursor before the General format and press Alt + 251 on your keyboard.

  • Press OK.

Read More: How to Insert Sigma Symbol in Excel


Method 7 – Insert a Square Root Using Excel VBA

Steps:

  • Open the Visual Basic Editor (Go to the Developer tab and select Visual Basic).
  • Select Module from the Insert tab.

Open the Excel VBA Editor and inserting a new module.

  • Insert the following code in the Module window.
Sub square_symbol()

Selection.NumberFormat = ChrW(8730) & "General"

End Sub

insert VBA code in the Excel VBA editor in the new module.

  • Close the Visual Basic editor and save the workbook (Ctrl + S).
  • Select some cells that have some numbers.

insert square root symbol in excel using VBA

  • Go to the Developer tab and click on Macros. A Macro dialog box will appear.
  • Select the macro named square_symbol and click Run.

  • All the numbers now have the square root symbols.


Method 8 – Changing the Text Font to Symbol Font to Insert the Square Root Symbol

Steps:

  • Select any cell and then go to Home and choose Font.
  • Select Symbol (from the drop-down).

Changing the Text Font to Symbol Font to Insert Square Root Symbol in Excel

  • Type the symbol Ö and press Enter.

Note:
You cannot apply this method if your keyboard doesn’t have this symbol Ö. But, you can copy it and use it by pasting it to your Excel sheet.


Download the Practice Workbook


Related Articles


<< Go Back to Mathematical Symbols in Excel | Insert Symbol in Excel | Excel Symbols | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Kawser Ahmed
Kawser Ahmed

Kawser Ahmed is a Microsoft Excel Expert, Udemy Course Instructor, Data Analyst, Finance professional, and Chief Editor of ExcelDemy. He is the founder and CEO of SOFTEKO (a software and content marketing company). He has a B.Sc in Electrical and Electronics Engineering. As a Udemy instructor, he offers 8 acclaimed Excel courses, one selected for Udemy Business. A devoted MS Excel enthusiast, Kawser has contributed over 200 articles and reviewed thousands more. His expertise extends to Data Analysis,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo