Difference between revisions of "Manuals/calci/BETWEENCORE"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''BETWEENCORE (FirstValue,Value,SecondValue,Type) '''</div><br/> *<math>FirstValue</math> is the minimum value. *<math>SecondValue</math> is the m...") |
|||
Line 16: | Line 16: | ||
#BETWEENCORE(1.001,1.2,1.01) = false | #BETWEENCORE(1.001,1.2,1.01) = false | ||
#BETWEENCORE(1/4,1/2,3/4) = true | #BETWEENCORE(1/4,1/2,3/4) = true | ||
+ | |||
+ | ==Related Videos== | ||
+ | |||
+ | {{#ev:youtube|v=ZjdYKbhfiUU|280|center|Count Values}} | ||
==See Also== | ==See Also== |
Latest revision as of 15:42, 27 November 2018
BETWEENCORE (FirstValue,Value,SecondValue,Type)
- is the minimum value.
- is the maximum value.
- is any real number.
Description
- This function is the tester function of in between values.
- In , is the minimum value, is the maximum 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 this function will return the result as FALSE.
Examples
- BETWEENCORE(10,32,100) = true
- BETWEENCORE(-10,-3,0) = true
- BETWEENCORE(1.001,1.2,1.01) = false
- BETWEENCORE(1/4,1/2,3/4) = true
Related Videos
See Also
References