UNDERLINE(text)
- is the text that needs to be underlined.
Description
- This function is used to underline the given text.
- Underline is used for emphasis. It is used to mark the important details of the topic.
- Argument can be text, numbers, or any special characters like @,&...
- should be entered in double quotes("") for text and special characters. Numbers can be entered directly.
- Only first argument gets underlined.
Examples
- UNDERLINE("Underline the text.")= Underline the text.
- UNDERLINE("&$#@")= &$#@
- UNDERLINE(1..10)= 1 2 3 4 5 6 7 8 9 10
- UNDERLINE("name","address")= name
- UNDERLINE(cool)=Error
Related Videos
See Also
References