This FAQ covers 3 common question types to help you handle SEARCHB errors, nested formulas, and automatic recalculation.
FAQ
What should I check if SEARCHB returns an error?
- Check whether all function parameters are complete.
- Confirm that the referenced data type matches your text-search goal.
- Review brackets, separators, and text content for formatting issues.
Can I use SEARCHB with other functions?
- Yes. SEARCHB supports nested use with other functions.
- First confirm that the SEARCHB result matches the data type required by the outer function.
- Then use it as part of a condition or a later calculation.
How to use a spreadsheet formula to refresh results after importing data?
- Save SEARCHB in a formula field so the field can calculate after imported data is updated.
- If the result does not appear, first check whether the formula was saved correctly.
- Then confirm that the imported field values meet the formula conditions.
Glossary
| Term | Definition |
|---|---|
| SEARCHB | A function that finds the position of text by byte count and is not case-sensitive. |
| Formula field | A field type in DBSheet that calculates results automatically with a formula. |
| Nested use | Using the result of one function as the input of another function. |