The SQRT function returns the square root of a number value.
SQRT(num)
num: A number value.
Examples
=SQRT(16) returns 4, the square root of 16.
=SQRT(12.25) returns 3.5.