Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.