SQRT function

Category: Math and trigonometry
Introduced: Excel 2003

Summary

Returns a positive square root

Syntax

SQRT(number) The SQRT function syntax has the following arguments:
• Number Required. The number for which you want the square root.

Example

=SQRT(16)
=SQRT(A2)
=SQRT(ABS(A2))

Microsoft Support Page

https://support.microsoft.com/en-us/office/sqrt-function-654975c2-05c4-4831-9a24-2c65e4040fdf

Back to Functions