Last updated 11 months ago
Returns true if a string is one of the following values. The In function is a shorthand for multiple or conditions.
true
In
or
In(string, [value...])
string - A text value to search for
string
value - List of values to compare with the string
value
In("Germany", "USA", "Austria", "Germany") β true In("Germany", "USA", "Austria", "Mexico") β false In(column, "USA", "Austria", "Germany") β true