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
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
3
Related functions
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
arg1Any · Scalar
Caps
PURE
Source