Rows will be joining Superhuman.
Learn more
Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Rows will be joining Superhuman
Learn more
Functions
SQRT
Returns the square root for the given value
Parameter List
Syntax
SQRT
(
value
)
value
Any positive number. For example:
81
.
Examples
Example 1
SQRT(81) returns 9
Example 2
SQRT(-81) returns Error. Happens when the parameter provided is a negative number.
Example 3
SQRT("Superman") returns Error. Happens when the parameter provided include values other than numbers.
Example 4
SQRT(A1:A5) returns Error. Happens when a range is used as an input.
Example 5
SQRT(1, 2) returns Error. Happens when the wrong number of arguments is provided.
Parameter List
Examples