# Adding business logic and formulas

In previous sections, we looked at the basic interactions and settings for displaying information available in Plan. In this section, we will go over how to quickly insert data input and calculated rows and columns.

## **Editing cells**

Edit native measures and apply calculations at the work item level. Refer to [this section](/planning-sheets/how-tos/adding-business-logic-and-formulae/editing-cells.md) to learn more.

## Rows

* **Insert Data Input Rows:** The Planning Sheet allows you to insert static rows in matrix-style reports where you can input or enter the data.
* **Insert Template Rows:** With a single click, you can automatically include template rows at each hierarchical level, eliminating the need to manually add them at each level.
* **Insert Formula Rows:** The Planning Sheet allows you to insert calculated rows using an Excel-like formula engine.

## Measures and Columns

* **Insert manual input columns:** Plan provides nine different data type options to manually enter data in your planning sheet, such as number, date, text, single/multi-select options, checkbox, person, last updated columns, etc.&#x20;
* **Insert calculated columns** - Within planning sheets, you can insert calculated columns or measures at the work-item level.&#x20;
* **Quick Formula:** This feature offers several one-click calculations for inserting both columns and rows.&#x20;

## **Manage inserted rows & columns**

Rows or columns inserted in the table, such as calculations, static rows, or data input columns can be managed using the 'Manage' options. To learn more, refer to [Manage inserted rows & columns.](/planning-sheets/how-tos/adding-business-logic-and-formulae/manage-inserted-rows-and-columns.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fabricplan.com/planning-sheets/how-tos/adding-business-logic-and-formulae.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
