CONTAINS
CONTAINS(text1, text2, ignore_case)
Returns whether a string is contained inside another string.
| text1 | The text string containing your substring. |
| text2 | The text string to look for. |
| ignore_case | (Optional) Whether you want to ignore the case of the text. |
REMARKS
* If "IgnoreCase" is left blank, then False is used.
* This function can include wildcards.
![]() |
MORE EXAMPLES
|
MORE FUNCTIONS
??
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext
