Converts an angle from radians to degrees.
ไวยากรณ์
DEGREES(angle)อาร์กิวเมนต์
angleจำเป็น
The angle in radians that you want to convert.
The DEGREES function takes a value in radians and converts it into its equivalent value in degrees. This is useful for trigonometric calculations where input data is provided in radians but output is required in degrees.
=DEGREES(PI())→180Converts PI radians to 180 degrees.
=DEGREES(1)→57.29577951Converts 1 radian to approximately 57.3 degrees.
Select the cell
Click on the cell where you want to display the result.
Enter the formula
Type =DEGREES(angle) and replace 'angle' with the radian value or a cell reference.
Excel trigonometric functions like SIN and COS expect angles in radians; use DEGREES to convert results back to a human-readable format.