SQRT

Returns a positive square root.

Syntax

SQRT(number)

Number   is the number for which you want the square root. If number is negative, SQRT returns the #NUM! error value.

Examples

SQRT(16) equals 4

SQRT(-16) equals #NUM!

SQRT(ABS(-16)) equals 4