Formatting Functions
Apply font styling changes (bold, italic, underline) to cell contents.
Bold
| Description | Applies bold font weight to the input. |
|---|---|
| Example | ="The second half of " & bold("this sentence is bold.")The second half of this sentence is bold. |
Italic
| Description | Applies italic formatting to the input. |
|---|---|
| Example | ="The second half of " & italic("this sentence is italic.")The second half of this sentence is italic. |
Underline
| Description | Applies a single underline to the input. |
|---|---|
| Example | "The second half of " & underline("this sentence is underlined.")The second half of this sentence is underlined. |