Skip to content
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.

  1. π radians is a half turn:

    =DEGREES(PI())

    Result180

  2. The slope angle of a ramp from rise over run:

    =DEGREES(ATAN(B2 / C2))

    Result26.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…