SQRT Function

Returns the square root of a number.

Syntax

SQRT(number )

Parameters

Name Required/Optional Data Type Description
number
Required
Numeric
The number whose square root you want to find.

Return value

Numeric

Remarks

If number is negative, the SQRT function returns the error value #NUM!.

Example

SQRT(2)

Returns 1.4142.