Use FINDB through 3 how-to topics, including creating a formula field, setting the parameter format, and writing a sample formula; choose a topic from the index and follow the entry path and steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call FINDB | Free |
| 2 | 2. Set the FINDB parameter format | Free |
| 3 | 3. Write a FINDB example formula | Free |
How-to Guide
1. Create a formula field and call FINDB
Entry path: Add Field → Formula
- Open the Bitable you want to edit.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter
FINDBin the formula editor. - Click Confirm to save the field.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: You can continue entering the full formula and review the calculated result.
Tips While Using
- Common mistake: Using a normal text field instead of a formula field prevents the function from working.
- Environment note: If the online Bitable page loads slowly, the formula editor may not appear immediately.
2. Set the FINDB parameter format
Entry path: Formula Editor → Function Library → FINDB
- Open the formula editor in the formula field.
- Select
FINDBfrom the function library. - Enter the arguments in the order
FINDB(search text, target text, [starting position]). - Check that the text arguments are not reversed.
- Save the formula and review the returned result.
Success Criteria
- Interface result: The full FINDB formula appears in the editor.
- What you can do next: After saving, you can see either a returned position value or an error message in the record.
Tips While Using
- Common mistake: Reversing the search text and target text can return an error.
- Environment note: If the target text is empty or the starting position is invalid, the formula may return an error.
3. Write a FINDB example formula
Entry path: Formula Field → Enter a sample formula
- Enter a sample formula such as
FINDB("新", "农历新年", 2)in the formula field. - Replace the search text and target text to fit your own data.
- If needed, nest the FINDB result inside other functions for conditional logic.
- Save the formula and review the automatic result for each record.
Success Criteria
- Interface result: The formula field shows a numeric result.
- What you can do next: The result can be used as input for other formulas.
Tips While Using
- Common mistake: Ignoring the byte-count rule for double-byte text can lead to confusion about the result.
- Environment note: Returned values change with the text content in each record.