CONTAIN
Returns TRUE
if the list contains the specified value, FALSE
otherwise
Usage
CONTAIN(list, value)
Parameters
list |
(Required) The list to search into |
value |
(Required) The value to search for |
Examples
More information
The [
and ]
mark the beginning and end of a list.