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

POS Function

The POS function returns a value if the value is positive, otherwise it returns zero.

POS(value)

  • POS(500) = 500

    POS(-500) = 0

  • POS(1000)+POS(-500)+POS(500) = 1500

Related Topics