Difference between revisions of "Manuals/calci/XBETWEEN"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 15: Line 15:
 
#XBETWEEN(12.001,12.01,12.10) = true
 
#XBETWEEN(12.001,12.01,12.10) = true
 
#XBETWEEN(-45,-30,-20) = true
 
#XBETWEEN(-45,-30,-20) = true
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=ZjdYKbhfiUU|280|center|Count Values}}
  
 
==See Also==
 
==See Also==

Latest revision as of 15:57, 4 December 2018

XBETWEEN (FirstValue,Value,SecondValue)


  • is the minimum value.
  • is any number.
  • is the maximum value.

Description

  • This function is the tester function of in between values.
  • In , is the minimum value, is the maximum value and is the number to find the value is in the given range or not.
  • This function will return the result as TRUE when the given number with in the given range of values.
  • Otherwise will return the result as FALSE.

Examples

  1. XBETWEEN(30,65,100)= true
  2. XBETWEEN(654,754,700)= false
  3. XBETWEEN(12.001,12.01,12.10) = true
  4. XBETWEEN(-45,-30,-20) = true

Related Videos

Count Values

See Also

References

Between