Edit

Share via


LEN ER function

Note

Community interest groups have now moved from Yammer to Microsoft Viva Engage. To join a Viva Engage community and take part in the latest discussions, fill out the Request access to Finance and Operations Viva Engage Community form and choose the community you want to join.

The LEN function returns the number of characters in the specified string as an Integer value.

Syntax

LEN (text)

Arguments

text: String

A String value that specifies the text.

Return values

Integer

The resulting numeric value.

Example

LEN ("Sample") returns 6.

Additional resources

Text functions