LEFT

Returns the first character or characters of a text.

语法

LEFT("Text" [; Number])

Text is the text where the initial partial words are to be determined.

Number (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned.

示例

=LEFT("output";3) returns “out”.

请支持我们!