> For the complete documentation index, see [llms.txt](https://docs.fabricplan.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fabricplan.com/documentation/readme/planning-sheets/how-tos/conditional-formatting/create-rules-in-conditional-formatting/format-by-classification-conditional-formatting.md).

# Format by classification conditional formatting

When creating conditional formatting rules, you can choose from three **Format by** options that determine how formatting is applied. This article explains the classification format option in detail. Refer to [create rules in conditional formatting](/documentation/readme/planning-sheets/how-tos/conditional-formatting/create-rules-in-conditional-formatting.md) to know about it.

#### Classification

The **Classification** format option applies conditional formatting by grouping values into predefined categories or ranges. Each classification can be assigned a specific formatting style, such as colors, icons, or indicators, to visually differentiate values based on their category.

Classification formatting helps identify performance levels, status indicators, trends, and value distributions within the planning sheet.

### Configure classification conditional formatting

You can configure the following options for classification formatting:

* **Display** - Select the display icons from **Text, Rating** or **Icon Set** to categorize values.

<figure><img src="/files/YwGIZ4dIRDpc8shyN94H" alt=""><figcaption></figcaption></figure>

* **Apply to charts** - Enable this option to apply the classification formatting to chart visualizations associated with the selected data.
* **Show as new column** - Enable this option to display the classification icons in a separate column.
* **Icon position** - Configure the position of the classification icon within the cell. It can be to the left of data, to the right of data or just the icon.
* **Classification ranges -** Use **Classification ranges** to define color ranges and icons based on **values** or **percentages**. You can add or remove ranges as needed.

<figure><img src="/files/hmZyFjAoEB2AKbxvNjJp" alt=""><figcaption></figcaption></figure>

After configuring the settings, save the rule to apply classification formatting to the selected cells.

<figure><img src="/files/BrPnigCZT4RmirDPe21g" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fabricplan.com/documentation/readme/planning-sheets/how-tos/conditional-formatting/create-rules-in-conditional-formatting/format-by-classification-conditional-formatting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
