BETWEEN( ) Function

Determines whether the value of an expression is inclusively between the values of two expressions of the same type.

BETWEEN(eTestValue, eLowValue, eHighValue)

Parameters

eTestValue

Specifies an expression to evaluate.

eLowValue

Specifies the lower value in the range.

eHighValue

Specifies the upper value in the range.

Expand imageReturn Value

Expand imageExample

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic