Formualizer Docs
ReferenceFunctionsText Functions

LENB

LENB: Returns text length using non-DBCS byte-compatible semantics.

Summary

In Formualizer's invariant locale, LENB delegates to LEN.

Examples

Length of text
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
3

FAQ

Does LENB count UTF-8 bytes?

No. In the invariant locale it matches LEN.

Runtime metadata

Category

Text

Signature

LENB(arg1: Any)

Arity

min 1, max 1

Arguments

arg1

Any · Scalar

Caps

PURE

Source

On this page