Description
HasLowerBound returns True if the range is not of the form "Is<a" or "Is<=a".
Arguments
x can be a single range or a range array.
Action
HasLowerBound returns True if the range is not of the form "Is<a" or "Is<=a". On any array, HasLowerBound returns True if HasLowerBound evaluates to True on every element of the array.
Typical uses
Use when you want to see if a range of data or a range array has a lower limit.
Examples
HasLowerBound (Is>5)
Returns True.
HasLowerBound (Is<=8)
Returns False.