Formula Functions > Functions R to S > SQRT |
This function returns the positive square root of the specified number.
SQRT(value)
The argument may be any positive numeric value. You must provide a positive number for the argument.
Accepts numeric data for both arguments. Returns numeric data.
SQRT(B4)
SQRT(R4C2)
SQRT(256) gives the result 16
This function is available in product version 1.0 or later.
POWER | EXP | Math and Trigonometry Functions