DEGREES Function – Radians to Degrees – Excel, VBA & G Sheets
Written by
Reviewed by
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 Function
The DEGREES Function converts radians into degrees.
=DEGREES(6.28)
DEGREES & PI Function
The DEGREES Function will return 180 degrees when the PI Function is entered as an argument.
=DEGREES(PI())
DEGREES Function – Negative Angle
The DEGREES Function can also convert negative angles into degrees.
=DEGREES(-6.28)
DEGREES in Google Sheets
The DEGREES Function works exactly the same in Google Sheets as in Excel:
DEGREES Examples in VBA
You can also use the DEGREES function in VBA. Type:
application.worksheetfunction.degrees(angle)