Determines if given value is between two boundary values
BETWEEN( value, boundary 1, boundary 2 )
value
boundary 1
boundary 2
Returns true if value is between two specified values, returns false otherwise.
true
false
Works on numeric values, strings, and dates.
Argument
Description
Value to assess
Boundary value
Outputs true if value is between specified values, outputs false otherwise.
Last updated 3 years ago
Was this helpful?