Manuals/calci/TESTMAX
Jump to navigation
Jump to search
TESTMAX(Thing, OtherThing)
- and are values to compare
Description
- This function displays the maximum value of the two arguments.
- and should be a numerical value. The values can be positive or negative.
- Argument can also be a result obtained from any formula or expression.
Examples
- =TESTMAX(7,29) = 29
- =TESTMAX(-72,-54) = -54
- =TESTMAX(0.6, 0.001) = 0.6
- =TESTMAX(SUM(4,5),10) = 10
Related Videos
See Also
References