Manuals/calci/TESTMAX

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

  1. =TESTMAX(7,29) = 29
  2. =TESTMAX(-72,-54) = -54
  3. =TESTMAX(0.6, 0.001) = 0.6
  4. =TESTMAX(SUM(4,5),10) = 10

Related Videos

MAX

See Also

References