LEFT Function
The LEFT function extracts a given number of characters from the left side of a supplied text string. The first argument, text, is the text string to extract from. This is typically a reference to a cell that contains text. The second argument, called num_chars...Read more