diff --git a/references/chart-types/table.mdx b/references/chart-types/table.mdx index d1ef8712..a1f5514e 100644 --- a/references/chart-types/table.mdx +++ b/references/chart-types/table.mdx @@ -361,4 +361,10 @@ To use color ranges for your rules, select **Range** under **Conditional Formatt ![](/images/references/chart-types/table-conditional-format-range.png) -The color range will use a set of 5 colors mapped across the min and max colors selected in your rule. \ No newline at end of file +The color range will use a set of 5 colors mapped across the min and max colors selected in your rule. + +### Text styles + +Any conditional formatting rule can also toggle **bold**, *italic*, and underline on matching cell text using the **Text style** toggle group in the rule editor. Turn on any combination of the three toggles to change how matching values are rendered. + +Text styles work with both **Single** and **Range** rules, and can be combined with the existing text, background, and row color options — for example, a rule that makes matching cells **bold and red**. They apply to both regular tables and pivot tables, and respect the rule's **Apply to** target (cell, text, or entire row). \ No newline at end of file