Tutor 5 (154 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
To indent text in Excel, use the Increase/Decrease Indent controls on the Home ribbon or set an indent value in Format Cells → Alignment.
Quick methods (applies to single cells or ranges)
-
Select the cell or range you want to indent.
-
On the Home ribbon, click Increase Indent (right-pointing arrow icon) to move content right one step per click.
-
Click Decrease Indent (left-pointing arrow icon) to move content left one step per click.
Exact spacing using Format Cells
-
Select the cell or range.
-
Press Ctrl+1 (Windows) or press Command+1 (Mac) to open Format Cells.
-
Choose the Alignment tab.
-
Under Indent, enter a whole-number level (0, 1, 2, 3, …).
-
Click OK.
Keyboard shortcuts
-
On Windows, press Alt, then H, then 6 to Increase Indent.
-
On Windows, press Alt, then H, then 5 to Decrease Indent.
-
On Mac, use the Home ribbon buttons or Format Cells → Alignment → Indent, because a universal single-key sequence is not available across all Mac Excel versions.
Are indents applied to entire cells or to individual lines inside a cell?
Yes. Indents apply to the entire cell.
An indent setting affects the whole cell contents; one cannot apply a built-in Alignment indent to only the second line inside the same cell. Use manual spaces for line-specific indentation.
How to simulate a second-line indent inside one cell
-
Double-click the cell (or press F2) where you want a multi-line entry.
-
Type the first line.
-
Press Alt+Enter (Windows) or Option+Return (Mac) to insert a line break.
-
Type one or more spaces at the start of the next line to simulate indentation.
-
Press Enter to confirm.
How to indent numbers or align numbers with text
-
Numbers align right by default and text aligns left by default.
-
To move numeric values horizontally, use Increase Indent or Format Cells → Alignment → Indent.
-
Use number formats or custom number formats for visual spacing when precision is required.
How to indent using formulas (for special cases)
-
Use
=REPT(" ",n) & A1to prependnspaces to the contents of cell A1. -
Replace
nwith the number of spaces required. -
Paste values if you need static, indented text instead of a formula.
When should I choose each method?
-
Use Increase/Decrease Indent for fast, on-the-fly indentation across many cells.
-
Use Format Cells → Alignment → Indent when you need a consistent, repeatable indent level or when preparing templates.
-
Use
REPT(" ",n)when you must control exact spaces inside formulas or when exporting text where formatting may not carry over.
Common pitfalls and fixes
-
Indent looks different when cell has Wrap Text on; wrap can move text to new lines while keeping the same indent level.
-
Cell padding from indent is visual only; copy-pasting to plain text may remove indentation.
-
Very large indent numbers may make content appear cut off; widen the column or reduce indent.
Tips for Windows vs Mac differences
-
Windows supports the ribbon key sequence Alt → H → 6 (Increase) and Alt → H → 5 (Decrease) across Excel versions.
-
Mac lacks a single universal ribbon-key sequence across all versions, so use the Home ribbon buttons or Format Cells → Alignment → Indent.
-
Dialog access Ctrl+1 works on Windows; Command+1 works on Mac for Format Cells.
Final note
-
Use the ribbon buttons for speed and Format Cells for consistency.
-
Use formula-based space padding only when formatting must survive export or when programmatic control of spacing is necessary.
Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
How to copy conditional formatting in excel
Answers · 1
How to multiply percentages in excel
Answers · 1
How to multiply all cells by a number in excel
Answers · 1
How to multiply by pi in excel
Answers · 1