SQRT()

Syntax. SQRT(number)

Definition. This function returns the square root of a number.

Argument

  • number (required) The number for which you want to calculate the square root

Background. The root function is an inverse function to the exponentiation.

image with no caption

Base (b) is the radicand, and x is the order of a root. If the order of a root is 2, it is called a square root.

The SQRT() function returns only the square root of a positive number. If number is negative, the function returns the #NUM! error.

Example. A building lot has the dimensions 19.5 x 10.5 m. You want to know the dimensions of a coextensive square building lot.

The formula

=SQRT(19.5 • 10.5)

as well ...

Get Microsoft® Excel® 2010 Formulas & Functions Inside Out now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.