When using FINDB, users usually ask about 3 areas: formula errors, parameter meaning, and result usage; this FAQ collects the most common answers and key terms.
FAQ
What should I check first if FINDB returns an error?
- Check whether the search text and target text are entered in the correct order.
- Confirm that the target text actually contains the content you want to find.
- If you set a starting position, make sure it does not exceed the target text range.
What is the difference between FINDB and FIND?
- FIND usually counts by character.
- FINDB counts by byte in double-byte language scenarios, and double-byte characters count as 2.
- For Chinese, Japanese, and Korean text positioning, FINDB is more suitable when byte-based positions matter.
Can FINDB be used with other functions?
- Yes. The result returned by FINDB can be used as an argument in other functions.
- A common pattern is to combine it with IF to check a text position before later logic runs.
- After saving, the formula field updates automatically as record content changes.
Glossary
| Term | Definition |
|---|---|
| FINDB | A function that finds where specified content first appears in a text string and can return the result by byte count. |
| Formula field | A field type in WPS Bitable that accepts functions and calculates results automatically. |
| Double-byte character | A character that counts as 2 bytes in some language environments, commonly seen in Chinese, Japanese, and Korean text. |