Returns the positive square root of the given number.
Syntax
Remarks
To convert the given number into a positive integer, you can use the ABS function.
Examples
|
Formula |
Result |
|
=SQRT(25) |
5 |
|
=SQRT(33.4) |
5.779273311 |
|
=SQRT(ABS(-12)) |
3.464101615 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions