SQUARE
Name
Square
Description
Returns the square of the specified number.
Syntax
SQUARE(value)
Data Type
Accepts numeric data. Returns numeric data. For more information, see Data Type for Each Cell Type.
Example
SQUARE(R1C3)
SQUARE(B4)
SQUARE(10.5)=110.25