You are here: All Help Topics > Accounting and Assurance > Calculations, Functions and Linkages > MAX function
-- Reference --

MAX Function

Returns the maximum value of several expressions.

MAX(expression1,expression2,<expression3,...>)

  • MAX(2,(3*5),(3*2))

    Returns the value 15.

Related Topics