---
title: "How To Indent In Google Sheets"
h1: "How To Indent In Google Sheets"
description: "Learn how to easily indent text in Google Sheets with our step-by-step guide. Enhance your spreadsheets for better organization and readability today!"
route: "/learn/how-to-indent-in-google-sheets"
canonical: "https://www.layerpath.com/learn/how-to-indent-in-google-sheets"
---

# How To Indent In Google Sheets

This guide will walk you through the steps to indent text in Google Sheets. Follow these simple steps to achieve proper indentation within your spreadsheet cells.

### Interactive Layerpath tour

Canonical tour: https://share.layerpath.com/e/cm8rgfr9b0001jv0cb30qrhsl/tour

Tour id: cm8rgfr9b0001jv0cb30qrhsl

1. Select the cell or range of cells where you want to indent text.
2. Click on the **Formula Bar** at the top.
3. Type **spaces** before the text manually to create an indent.
4. For multiple cells, use the formula: `=CHAR(10) & A1` (adjust A1 accordingly).
5. Use **Custom Number Formatting** by going to **Format > Number > More Formats > Custom number format** and adding spaces before `@`.
6. Use **Indenting with Apps Script** for advanced automation.
7. Apply **Alignment settings** (left, center, or right) to adjust text position.
