Excel LEFT function

Function              LEFT

Description        Excel LEFT function which returns the specified number of characters from the start of a text strings

Syntax  LEFT(text,num_chars)

text    Required. The text from where we need to take out characters.

num_chars Required. Number of characters to be extracted.

Example:

Related Video Tutorials: