Formualizer Docs
ReferenceFunctionsText Functions

FINDB

FINDB: Finds text within text using non-DBCS byte-compatible semantics.

Summary

In Formualizer's invariant locale, FINDB delegates to FIND and counts Unicode scalar characters rather than double-byte locale bytes.

Examples

Find byte-compatible text
Grid
CellValue
No inputs on Sheet1.
Formula
=
Result
Not evaluated yet.
Expected
7

FAQ

Does FINDB use DBCS byte counts?

Not currently. In the invariant locale it delegates to FIND.

Runtime metadata

Category

Text

Signature

FINDB(arg1, arg2, ... argN: Any)

This function accepts a repeating argument pattern (min args: 2).

Arity

min 2, max variadic

Arguments

arg1

Any · Scalar

Caps

PURE

Source

On this page