Spread 8.0 Documentation
SQRT
Support Options
Formula Reference > Built-In Functions > SQRT

Glossary Item Box

SQRT


Name

Square root

Description

Returns the positive square root of the specified number.

Syntax

SQRT(value)

Remarks

You must provide a positive number for the value argument.

See also POWER and XROOT.

Data Type

Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.

Example

SQRT(R1C3)
SQRT(B4)
SQRT(256)=16

Copyright © GrapeCity, inc. All rights reserved.