Left Arrow Icon
Blog

SmartSheet: How to Add a Parent Row

Account IconNathan Braun·2 min read·September 24th, 2024
Instructions
Example
Grandparent and Ancestor Rows
Important Functions
CHILDREN Function
PARENT Function
ANCESTORS Function
More Methods to Inherit Data From Child and Parent Cells
Additional Resources

Instructions

To add a parent row in SmartSheet, follow these instructions:

  1. Open the sheet in SmartSheet.
  2. Click on the child row.
  3. Click the Indent button in the toolbar.

Indent button highlighted

Now, the row you clicked on will be the child row, and the row above it will be the parent row.

To remove the parent row, click on the child row and then click the Outdent button in the toolbar.

Outdent button highlighted

Example

In this example, the Employees sheet tracks monthly expenses for managers and non-managers. Managers will be parent rows, and non-managers will be child rows. Alice is the manager for Bob and Carol, so we'll make Alice the parent row and Bob and Carol the child rows.

  1. Select Bob and Carol's rows.
  2. Click the Indent button in the toolbar.

Example of a parent row with two children rows

Grandparent and Ancestor Rows

Parent rows can have other parent rows above them, called "Ancestor" rows.

  1. Click on a parent row that has another row above it.
  2. Click the Indent button in the toolbar.

In this example, we made Alice the ancestor, Dave the parent, and Elaine the child.

Example of an ancestor, parent, and child row

Important Functions

If you use parent rows, there are three functions to know about.

CHILDREN Function

The CHILDREN function lets you reference the child rows from a parent row.

For example, use this formula to make Alice's Monthly Expenses the SUM of all of the children's Monthly Expenses:

=SUM(CHILDREN())

PARENT Function

The PARENT function lets you reference the parent row from a child row.

For example, use this formula to make Bob's Monthly Expenses the same as his parent's Monthly Expenses:

=PARENT()

ANCESTORS Function

The ANCESTORS function lets you reference all of the ancestors of a child row.

For example, use this function to make Elaine's Monthly Expenses the SUM of all of her ancestors' Monthly Expenses

=SUM(ANCESTORS())

More Methods to Inherit Data From Child and Parent Cells

To learn more about the CHILDREN, PARENT, and ANCESTORS function, and to learn more about sharing data between parent and child cells, see How to Inherit From Child and Parent Cells

Additional Resources

© 2024 - 2025 SSFeatures, LLC
Made in California