Whole document tree
    

Whole document tree

SIGN

SIGN

Name

SIGN -- 

Description

SIGN function returns 1 if the @number is positive, zero if the @number is 0, and -1 if the @number is negative.

This function is Excel compatible.

Examples

SIGN(3) equals 1.

SIGN(-3) equals -1.

SIGN(0) equals 0.

See also