Excel
SQRT function in Excel
Returns a positive square root
=SQRT(number)SQRT syntax and parameters
One argument, one required.
- numbernumberRequired
The number for which you want the square root.
SQRT examples
Formulas you'll actually reuse.
The square root of a variance is the standard deviation:
=SQRT(B2)Result
12.5The hypotenuse — straight-line distance from two legs:
=SQRT(B2^2 + C2^2)Result
5
SQRT in Google Sheets
Same name — your formula ports as-is.
Try SQRT in the playground
Edit the example — nothing to install.
Preloaded with the SQRT formula from Example 1 — change anything and watch it respond.
Loading the editor…
SQRT errors
What they mean — and the fixes.
#NUM!The number is negative — wrap it in ABS, or check the sign of the calculation feeding it.
Related functions
More ways Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent