SIGNSyntax =SIGN(value) Arguments ArgumentTypeDescriptionvalueNumberThe value to calculate sign Examples =SIGN(3.1459)→1 Calculates the sign of the value 3.14159 =SIGN(-2)→-1 Calculates the sign of the value -2 =SIGN(0)→0 Calculates the sign of the value 0Updated 2 months ago ROUNDUPSQRT / SQUAREROOTAsk AISyntaxArgumentsExamples