
Tips.Net > ExcelTips Home > Editing > Inserting a Radical Symbol
Summary: The radical symbol is used frequently in some branches of mathematics. If you want to insert a radical symbol in a cell, here’s how to go about it. (This tip works with Microsoft Excel 97, Excel 2000, Excel 2002, Excel 2003, and Excel 2007.)
A radical is a mathematical symbol used to denote "roots" of a value. The most common radical is used to denote a square root. The typical method of inserting a radical is to hold down the Alt key as you type 251 on the numeric keypad. Release the Alt key, and the symbol appears.
Of course, the appearance of the radical (or even whether it appears at all) depends on the font used in the cell. The Alt+251 method works for most normal fonts, but some fonts may not include the radical symbol (in which case it won't appear) or may have the symbol mapped to a different position in the font. In that case, the best way to insert the symbol is to use the Symbol dialog box to search through the desired font and find the radical.
You can also use the Windows Character Map program to find the radical, copy it to the Clipboard, and then paste it into Excel. (You can locate the Character Map program by choosing Start | All Programs | Accessories | System Tools | Character Map. This works in Windows XP, but may not work in other versions of Windows.)
All of the methods described so far are great if the only thing you want in the cell is the radical. You can, however, format a cell so that the radical symbol is displayed just to the left of whatever value is in the cell. Perhaps the easiest way to apply this format to a cell is to use a macro, as shown here:
Sub Radical()
ActiveCell.NumberFormat = ChrW(8730) & "General"
End Sub
Select the cell you want to format, then run the macro. (You can see how this custom format is handled by Excel if you run the macro and then display the Format Cells dialog box.)
Tip #2997 applies to Microsoft Excel versions: 97 2000 2002 2003 2007
Step Up and Take Control! Subscribers to ExcelTips know just how valuable a resource it is. ExcelTips Premium provides twice the number of exceptional, easy-to-understand tips every week in an ad-free newsletter, as well as substantial discounts on ExcelTips archives and e-books.
Check out ExcelTips Premium today!
Add power to your purpose with Excel. A comprehensive 500+ page e-book explains everything you need to know about macros. (more information...)
Ask an Excel Question
Make a Comment
ExcelTips FAQ
ExcelTips Premium
Beauty Tips
Bugs and Pests Tips
Car Tips
Cleaning Tips
College Tips
Cooking Tips
Excel2007 Tips
ExcelTips
Family Tips
Gardening Tips
Health Tips
Home Tips
Money Tips
Organizing Tips
Pet Tips
Word2007 Tips
WordTips
Advertise on the
ExcelTips Site