In this chapter, we will look into the text functions provided by Excel.
In the text functions in this chapter, the argument text can be
a literal text string value enclosed in double quotes (“ ”),
an Excel function returning a text string,
a cell reference where the cell contains a text string, or
a named range containing a text string.
Let us begin exploring the text functions.
LEFT Function
This function returns characters from the left side of a text string.
Syntax
The first argument is the text string from which characters ...