ElyxAI
formulas

How to How to Use DEGREES Function in Excel

Excel 2010Excel 2013Excel 2016Excel 2019Excel 365

Learn how to use the DEGREES function to convert radians to degrees in Excel. This tutorial covers the syntax, practical applications in engineering and mathematics, and real-world examples. You'll master converting trigonometric calculations and angle measurements effortlessly.

Why This Matters

The DEGREES function is essential for engineers, surveyors, and mathematicians who need to convert radian measurements into readable degree values for reports and analyses.

Prerequisites

  • Basic understanding of Excel cell references (A1, B2, etc.)
  • Familiarity with trigonometric concepts and radian/degree measurements

Step-by-Step Instructions

1

Open Excel and select a target cell

Launch Excel and click on the cell where you want the degree result to appear (e.g., cell C2).

2

Type the DEGREES formula

Enter =DEGREES(radian_value) where radian_value is the number or cell reference containing radians, e.g., =DEGREES(A2) or =DEGREES(3.14159).

3

Press Enter to execute the formula

Hit Enter to calculate the conversion; Excel will instantly display the degree equivalent of your radian input.

4

Copy the formula down for multiple conversions

Select the cell with the formula, copy it (Ctrl+C), then select the range below and paste (Ctrl+V) to convert multiple radian values.

5

Format the results for clarity

Right-click the result cells, select Format Cells > Number tab, and set decimal places to display degrees precisely (e.g., 2-4 decimals).

Alternative Methods

Use DEGREES with trigonometric functions

Combine DEGREES with SIN, COS, or TAN functions directly: =DEGREES(ASIN(0.5)) to convert inverse trigonometric results into degrees.

Manual conversion formula

Use =(radian_value*180)/PI() as an alternative if you need to understand the mathematical conversion behind the DEGREES function.

Tips & Tricks

  • Use absolute cell references ($A$1) when converting a constant radian value to prevent accidental changes when copying formulas.
  • Combine DEGREES with ROUND function for cleaner results: =ROUND(DEGREES(A2),2) limits output to 2 decimal places.

Pro Tips

  • Chain DEGREES with ATAN2 for angle calculations: =DEGREES(ATAN2(y_value, x_value)) converts Cartesian coordinates to degree angles instantly.
  • Create a radian-to-degree conversion table by entering =DEGREES(PI()/4), =DEGREES(PI()/3), etc., for quick reference values (45°, 60°, etc.).

Troubleshooting

DEGREES formula returns #VALUE! error

Check that your input cell contains a numeric value, not text or a formula error. Verify the radian value is properly formatted as a number.

Results show too many decimal places

Use the ROUND function: =ROUND(DEGREES(A2),2) to limit decimal places, or format cells to display desired precision via Home > Format Cells > Number tab.

Formula copies incorrectly when pasting down columns

Ensure your radian reference uses relative references (A2) for copying, or absolute references ($A$1) if converting the same value repeatedly.

Related Excel Formulas

Frequently Asked Questions

What is the DEGREES function and what does it do?
The DEGREES function converts a numeric radian value into its equivalent degree measurement. One full rotation equals 2π radians or 360 degrees. This function is essential in trigonometry, engineering, and navigation applications.
How is DEGREES different from RADIANS?
DEGREES converts radians to degrees, while RADIANS does the opposite. If you have a radian value like 1.5708 (π/2), DEGREES returns 90. Use DEGREES for radian inputs and RADIANS for degree inputs.
Can I use DEGREES with cell references or only with numbers?
You can use both! DEGREES works with direct numbers (=DEGREES(3.14159)) or cell references (=DEGREES(A1)). Cell references are preferred for easy updates and formula reusability.
What happens if I pass a negative radian value to DEGREES?
DEGREES handles negative values correctly, converting them to negative degrees. For example, =DEGREES(-3.14159) returns approximately -180 degrees.
Is there a keyboard shortcut for the DEGREES function?
No dedicated keyboard shortcut exists, but you can use Ctrl+A in the formula bar to quickly access function hints after typing =DEGREES(

This was one task. ElyxAI handles hundreds.

Sign up