DEGREES Function – Radians to Degrees – Excel, VBA & G Sheets

Written by

Editorial Team

Reviewed by

Steve Rynearson

Last updated on November 9, 2023
Download Example Workbook

Download the example workbook

This tutorial demonstrates how to use the DEGREES Function in Excel to convert radians to degrees.

DEGREES Main Function

DEGREES Function

The DEGREES Function converts radians into degrees.

=DEGREES(6.28)

DEGREES 01

DEGREES & PI Function

The DEGREES Function will return 180 degrees when the PI Function is entered as an argument.

=DEGREES(PI())

DEGREES 02

DEGREES Function – Negative Angle

The DEGREES Function can also convert negative angles into degrees.

=DEGREES(-6.28)

DEGREES 03

DEGREES in Google Sheets

The DEGREES Function works exactly the same in Google Sheets as in Excel:

DEGREES Google Function

DEGREES Examples in VBA

You can also use the DEGREES function in VBA. Type:

application.worksheetfunction.degrees(angle)

AI Formula Generator

Try for Free

Excel Practice Worksheet

practice excel worksheet

Practice Excel functions and formulas with our 100% free practice worksheets!

  • Automatically Graded Exercises
  • Learn Excel, Inside Excel!

Free Download

Return to List of Excel Functions