In Excel: double-click into the cell, select only the characters to raise or lower, press Ctrl+1 and tick Superscript or Subscript on the Font tab.
Double-click the cell (or press F2) so the insertion point is inside the text.
Drag across only the characters that should change size and position.
Press Ctrl+1 to open Format Cells, which opens directly on the Font tab in edit mode.
Tick Superscript or Subscript and press Enter; with the dialog open, Alt+E and Alt+B toggle the two boxes.
For characters you need repeatedly, add the Superscript and Subscript commands to the Quick Access Toolbar from File ▸ Options ▸ Quick Access Toolbar.
What this does
Superscript raises characters above the baseline (m², 2nd, x³) and subscript drops them below it (H₂O, CO₂). Both are font effects applied to a selection of characters INSIDE the cell, which is why you have to enter edit mode first: applying the effect with the cell merely selected raises or lowers everything in it. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. Treat “add superscript in excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected cells shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a layout choice that keeps the sheet readable and sortable into a method you can reuse, explain, and defend when the workbook leaves your screen.
A worked example
Type m2 in A1, double-click the cell, drag over just the 2, press Ctrl+1, tick Superscript and press Enter — the cell reads m². To produce the same character from a formula instead, ="Area: "&B2&" m"&UNICHAR(178) returns Area: 24 m² without any font effect at all. Units, footnote markers and chemical formulae read as sloppy when they sit on the baseline, and the cheap fix — typing them as separate characters — is the one that breaks arithmetic. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “add superscript in excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.
Common mistakes
- Selecting the cell instead of the characters, which raises the whole entry including the part that should stay on the baseline.
- Formatting part of a numeric entry: the moment mixed formatting is applied the cell becomes text and stops being counted by
SUM. - Trying to superscript the result of a formula — the effect cannot apply to part of a calculated value, so use
UNICHARor CHAR to build the character instead. - Assuming it survives a copy into another application; many editors drop the character-level effect on paste.
Frequently asked questions
What is the shortcut for superscript in Excel?
There is no single chord. Select the characters, press Ctrl+1, then Alt+E for superscript or Alt+B for subscript, then Enter. On Mac use Cmd+1 and tick the box on the Font tab.
Why is the Superscript box greyed out?
The cell is not in edit mode, or it contains a formula. Press F2 first; for a formula result, produce the character with UNICHAR instead.
How do I write H2O with a small 2?
Type H2O, edit the cell, select the 2 and tick Subscript. Or use =UNICHAR(8322) which is the subscript two character.
Can I superscript inside a chart title?
Not through Format Cells. Paste in the ready-made character (² is UNICHAR(178), ³ is UNICHAR(179)) or link the title to a cell that already holds it.
Other ways people ask this
On the way here you may have searched this as “add superscript in excel”, “how to add a superscript in excel” and “how to add superscripts in excel” — it is all the same task, and this page is the single, complete answer to it.
This guide also answers
- how to insert superscript in excel
- how to make a superscript in excel
Why do people search for this in so many different ways?
Because the same task has many names. “add superscript in excel”, “how to add a superscript in excel”, “how to add superscripts in excel” all point at the one operation explained on this page, which is why they all lead here.