SQRT
See also A-Z Spreadsheet Function List
Description Returns the square root of the specified number.
Syntax SQRT(number)
number is any positive number. If you specify a negative number, #NUM! is returned.
See Also SUMSQ function
Examples SQRT(9) returns 3
SQRT(2.5) returns 1.58