How-to & Tips

How to Do Superscript in Excel with 7 Different Methods?

Level up your Excel spreadsheets with superscript formatting. Learn how in just a few steps.

  • X(Twitter) icon
  • Facebook icon
  • LinkedIn icon
  • Copy link icon
How to Do Superscript in Excel

Formatting text in Excel is crucial for clarity and presentation. Proper formatting enhances the readability and professionalism of your data. Superscripts are useful in mathematical equations, scientific notations, and reference citations. This article will explore various methods to do superscript in Excel, providing you with the tools needed to apply this formatting technique effectively to your spreadsheets. Understanding how to use superscript can significantly improve the quality and accuracy of your data presentations.

 

Method 1: Using the Format Cells Dialog Box

Method 1: Using the Format Cells Dialog Box
  1. Select the cell or text to be formatted.
  2. Right-click and choose "Format Cells" or press Ctrl + 1 to access the Format Cells dialog box.
  3. Navigate to the "Font" tab in the Format Cells dialog box.
  4. Check the "Superscript" option and click "OK" to apply the superscript format.

 

Method 2: Using Excel's Insert Symbol Tool

Method 2: Using Excel's Insert Symbol Tool
  1. Locate and select the cell where you want to add the superscript.
  2. Go to the "Insert" tab on the Ribbon.
  3. Click on the "Symbol" button to open the Symbol dialog box.
  4. Find and select the superscript character you need in the Symbol dialog box.
  5. Click "Insert" to add the superscript character to your cell.

 

Method 3: Using a Custom Function

Method 3: Using a Custom Function
  1. Press Alt + F11 to open the VBA editor.
  2. Insert a new module by clicking Insert > Module.
  3. Define your superscript function in the module (e.g., Function Superscript(input As String) As String).
  4. Write the VBA code to apply the superscript format.
  5. Save and use the function in your Excel sheets.

 

Method 4: Using Keyboard Shortcuts

Method 4: Using Keyboard Shortcuts

Available Shortcut Methods

Keyboard shortcuts provide a quick way to apply superscripts without navigating through menus.

 

Common Shortcuts and Practical Application

  1. Select the text you want to format.
  2. Press Ctrl + Shift + F to open the Font dialog box.
  3. Use Alt + P to check the "Superscript" option.
  4. Press Enter to apply the format.

These shortcuts streamline the process and improve efficiency in document formatting.

 

Method 5: Using Excel Add-ins

Method 5: Using Excel Add-ins

Excel add-ins provide advanced formatting options, including superscript formatting.

  1. Add-ins such as Kutools for Excel offer an extensive range of formatting tools.
  2. To install, go to File > Options > Add-ins, click "Go" next to Manage Excel Add-ins, and select your add-in.
Method 5: Using Excel Add-ins

    3. After installation, access the add-in from the Ribbon and use its formatting features to apply superscripts easily. 

 

Method 6: Using Unicode Characters

Method 6: Using Unicode Characters

Unicode characters allow for direct insertion of superscripts in Excel cells.

List of Unicode Superscripts

  • ¹: Superscript 1 (Unicode: U+00B9)
  • ²: Superscript 2 (Unicode: U+00B2)
  • ³: Superscript 3 (Unicode: U+00B3)
  • ⁴: Superscript 4 (Unicode: U+2074)

Instructions

  1. Select the cell where you want the superscript.
  2. Go to the formula bar and position the cursor where the superscript should appear.
  3. Press Alt + Unicode code (e.g., Alt + 00B2 for superscript ²) or copy-paste the character directly.
  4. The superscript character will appear in the desired position within the cell.

 

Method 7: Alternative Excel Functions

Method 7: Alternative Excel Functions

 

Utilizing Existing Functions

Excel's CHAR and UNICHAR functions can create superscript effects by inserting specific Unicode characters.

  • CHAR Function: Use CHAR(185) for superscript 1, CHAR(178) for superscript 2.
  • UNICHAR Function: For more characters, use UNICHAR(0x00B9) for superscript 1 and UNICHAR(0x00B2) for superscript 2.

 

Example

= "H" & CHAR(178) & "O" ; Results in H²O= "E=mc" & UNICHAR(0x00B2) ; Results in E=mc²

 

Conclusion

Mastering superscript formatting in Excel enhances data presentations' visual appeal and clarity. Various methods discussed offer flexibility in achieving professional results. While keyboard shortcuts are efficient for quick tasks, Excel add-ins provide broader functionality for repetitive formatting needs. Unicode characters are perfect for direct insertion, while Excel's functions like CHAR and UNICHAR offer formula-based solutions.

Choose based on convenience and complexity:

  • Shortcuts for speed
  • Add-ins for versatility
  • Unicode for customization
  • Functions for dynamic formulas

Experiment with these techniques to find the one that aligns best with your workflow and document preferences, enhancing productivity and presentation quality.

Related Articles

How-to & Tips3 Mins

How to Do Superscript in Word by 4 Methods?

Learn how to easily add superscript to your Word documents for clear and professional formatting of chemical formulas, mathematical expressions, and more.

Read More >>

How-to & Tips3 Mins

How to Do Subscript in Word on Mac & Windows?

Learn how to easily add subscript to your Word documents for clear and professional formatting of chemical formulas, mathematical expressions, and more.

Read More >>

How-to & Tips3 Mins

How to Add Superscript in Google Docs on Mac and Windows?

Learn how to easily add superscript to your Google Docs for clear and professional formatting of numbers, symbols, and more.

Read More >>