DEGREES(angle)
=DEGREES(PI())
The DEGREES function is used to convert an angle from radians to degrees. This formula for example, converts pi radians to 180 degrees.
=DEGREES(PI()/2)
The DEGREES function can also be used to convert a fractional angle from radians to degrees. For example, this formula converts one-half pi radians to 90 degrees.
The DEGREES function converts an angle in radians to degrees. It requires a radians argument and no other arguments.