The Excel SQRT Function

Related Function:
POWER function

Function Description

The Excel Sqrt function calculates the positive square root of a supplied number.

The syntax of the function is:

SQRT( number )

where the number argument is the numeric value that you want to find the square root of.

If the supplied number is negative, the Sqrt function returns the #NUM! error.


Excel Sqrt Function Examples

The following spreadsheet shows three simple examples of the Excel Sqrt function.

 Formulas:
  A B
1   =SQRT( 25 )
2 15625 =SQRT( A2 )
3 6.5536 =SQRT( A3 )
 Results:
  A B
1   5
2 15625 125
3 6.5536 2.56

For further examples of the Excel Sqrt function, see the Microsoft Office website.


Sqrt Function Errors

If you get an error from the Excel Sqrt Function, this is likely to be one of the following:

Common Errors
#NUM! - Occurs if the supplied number is negative.
#VALUE! - Occurs if the supplied number is non-numeric.