How to Make Subscript in Excel

If you just need to make subscript in excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

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.

On this page7
Annotated stepsExcel
1

Double-click the cell (or press F2) so the insertion point is inside the text.

2

Drag across only the characters that should change size and position.

3

Press Ctrl+1 to open Format Cells, which opens directly on the Font tab in edit mode.

4

Tick Superscript or Subscript and press Enter; with the dialog open, Alt+E and Alt+B toggle the two boxes.

5

For characters you need repeatedly, add the Superscript and Subscript commands to the Quick Access Toolbar from File ▸ Options ▸ Quick Access Toolbar.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “make subscript in excel”. Start on a copy or a tiny sample, keep the affected cells visible, and compare the result with the tool above before you touch the real workbook. 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. The point is a layout choice that keeps the sheet readable and sortable, but the practical win is that someone else can open the file and understand what happened without asking you.

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. A practical tip: try it on a copy of the sheet or a handful of sample rows first and check the result before you apply it to the real data. That one habit catches almost every surprise while it is still cheap to reverse.

In Google Sheets

This is a command rather than a formula, so there is no syntax to carry over. Google Sheets arranges its commands in menus across the top instead of a ribbon, names some of them differently and does not have every Excel command — look for the equivalent in the Sheets menus or its help before assuming the steps match. Keep this page bookmarked for the next time the same question comes up. Better still, repeat the steps once in your own workbook — doing it yourself is what turns a copied answer into something you remember. If you take one thing from this page on “make subscript in excel”, make it the order of checks rather than the individual clicks: confirm what is selected, apply the step, and look at the result before moving on. That small routine is what keeps Excel work predictable when the same task comes back in a slightly different workbook.

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 UNICHAR or 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

People reach this page typing “how to make subscripts on excel”, “how to make a subscript in excel” and “make subscript in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “how to make subscripts on excel”, “how to make a subscript in excel”, “make subscript in excel” all point at the one operation explained on this page, which is why they all lead here.