Excel
DEGREES function in Excel
Converts radians to degrees
=DEGREES(angle)DEGREES syntax and parameters
One argument, one required.
- anglenumberRequired
The angle in radians that you want to convert.
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 Google Sheets
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 Excel gets this done.
- ABSReturns the absolute value of a numberMathGoogle Sheets
- ACOSReturns the arccosine of a numberMathGoogle Sheets
- ACOSHReturns the inverse hyperbolic cosine of a numberMathGoogle Sheets
- ACOTReturns the arccotangent of a numberMathGoogle Sheets
- ACOTHReturns the hyperbolic arccotangent of a numberMathGoogle Sheets
- AGGREGATEReturns an aggregate in a list or databaseMathNo Google Sheets equivalent