Google Sheets
DEGREES function in Google Sheets
Converts an angle value in radians to degrees.
=DEGREES(angle)DEGREES syntax and parameters
One argument, one required.
- anglenumberRequired
The angle to convert from radians to degrees.
DEGREES examples
Formulas you'll actually reuse.
π radians is a half turn:
=DEGREES(PI())Result
180The slope angle of a ramp from rise over run:
=DEGREES(ATAN(B2 / C2))Result
26.57
DEGREES in Excel
Same name — your formula ports as-is.
Try DEGREES in the playground
Edit the example — nothing to install.
Preloaded with the DEGREES formula from Example 1 — change anything and watch it respond.
Loading the editor…
Related functions
More ways Google Sheets gets this done.
- ABSReturns the absolute value of a number.MathExcel
- ACOSReturns the inverse cosine of a value, in radians.MathExcel
- ACOSHReturns the inverse hyperbolic cosine of a number.MathExcel
- ACOTReturns the inverse cotangent of a value, in radians. .MathExcel
- ACOTHReturns the inverse hyperbolic cotangent of a value, in radians. Must not be between -1 and 1, inclusive..MathExcel
- ASINReturns the inverse sine of a value, in radians.MathExcel