Difference between revisions of "Manuals/calci/XLRBETWEEN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''XLRBETWEEN (FirstValue,Value,SecondValue)'''</div><br/> *<math>FirstValue</math>,<math>Value</math> and <math>SecondValue</math> are any number....")
 
Line 9: Line 9:
  
 
==Examples==
 
==Examples==
 
+
# XLRBETWEEN(30,54,100) = true
 +
# XLRBETWEEN(3,5.2,10) = true
 +
# XLRBETWEEN((-10),75/3,20) = false
 +
# XLRBETWEEN(2/3,15/2,165/7) = true
  
 
==See Also==
 
==See Also==

Revision as of 14:06, 13 April 2018

XLRBETWEEN (FirstValue,Value,SecondValue)


  • , and are any number.

Description

  • This function is the tester function of in between values.
  • In , is the minimum value, is the maximum value and Value 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. XLRBETWEEN(30,54,100) = true
  2. XLRBETWEEN(3,5.2,10) = true
  3. XLRBETWEEN((-10),75/3,20) = false
  4. XLRBETWEEN(2/3,15/2,165/7) = true

See Also

References

Between