IsBetweenλ() determines if one or more values are within a range.
IsBetweenλ( Values, Low, High, Inclusive )
Values
(Required) One or more values to compare.
Low
(Required) The lower limit that the value(s) must be greater than
High
(Required) The higher limit that the value(s) must be less than
Inclusive
(Optional) TRUE: Value(s) can be equal to Low and/or High (default)
In this example we want to know when each company will be on boarded within our model's timeline.