Difference between revisions of "Manuals/calci/XLBETWEEN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''XLBETWEEN (FirstValue,Value,SecondValue)'''</div><br/> *<math>FirstValue</math>,<math>Value</math> and <math>SecondValue</math> are any number. ...")
 
 
(4 intermediate revisions by the same user not shown)
Line 9: Line 9:
  
 
==Examples==
 
==Examples==
 +
# XLBETWEEN(30,54,100) = true
 +
# XLBETWEEN(34,48,50) = true
 +
# XLBETWEEN(3,10,4.7) = false
 +
# XLBETWEEN((-55),2,20) = true
 +
 +
==Related Videos==
 +
 +
{{#ev:youtube|v=61ug7g4s5y4&t=10s|280|center|Between Values}}
  
 
==See Also==
 
==See Also==
 
*[[Manuals/calci/BETWEEN| BETWEEN]]
 
*[[Manuals/calci/BETWEEN| BETWEEN]]
*[[Manuals/calci/COUNTA| COUNTA]]
+
*[[Manuals/calci/XLRBETWEEN| XLRBETWEEN]]
*[[Manuals/calci/COUNTIF | COUNTIF]]
+
*[[Manuals/calci/XRBETWEEN | XRBETWEEN]]
  
 
==References==
 
==References==

Latest revision as of 14:34, 20 March 2019

XLBETWEEN (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. XLBETWEEN(30,54,100) = true
  2. XLBETWEEN(34,48,50) = true
  3. XLBETWEEN(3,10,4.7) = false
  4. XLBETWEEN((-55),2,20) = true

Related Videos

Between Values

See Also

References

Between