Applies bold, underline, or italic formatting to the input.
Bold
Description |
Applies the bold formatting to the input. |
Remark |
Can be used to bold part but not all of the text in a cell. An entire cell can be made bold using the bold button in the toolbar or ctrl + B. |
Example |
Ex. =‘The second half of ‘& bold(‘this sentence is bold.’) – returns ‘The second half of this sentence is bold.’ |
Italic
Description |
Applies the italic formatting to the input. |
Remark |
Can be used to italic part but not all of the text in a cell. An entire cell can be italicized using the italic button in the toolbar or ctrl + I. |
Example |
Ex. = ‘The second half of ‘&italic (‘this sentence is italic.’) – returns ‘The second half of this sentence is bold.’ |
Underline
Description |
Applies the underline formatting to the input. |
Remark |
Can be used to underline part but not all of the text in a cell. An entire cell can be underlined using the underline button in the toolbar or ctrl + U. |
Example |
Ex. = ‘The second half of ‘&underline (‘this sentence is underlined.’) – returns ‘The second half of this sentence is underlined.’ |