LENReturns the length of the string. Suggest EditsSyntax =LEN(string) Arguments ArgumentTypeDescriptionstringStringThe string to find the length of Examples =LEN("Hello World!")→12 =LEN(@"Property 1")→7 Returns the length of the string property called "Property 1"Updated about 1 year ago LEFTLOWERDid this page help you?YesNoTable of Contents Syntax Arguments Examples