LEFT function Posted on July 1, 2018January 4, 2023 by Tomasz Decker description: Returns the number of characters from the left of a string. syntax: =LEFT( text, [num_chars] ) required arguments: text The text string. optional arguments: [num_chars] The maximum number of characters that is returned. Post Views: 202