By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: How to Convert Radians to Degrees in Excel Using Simple Formulas | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > How to Convert Radians to Degrees in Excel Using Simple Formulas | HackerNoon
Computing

How to Convert Radians to Degrees in Excel Using Simple Formulas | HackerNoon

News Room
Last updated: 2025/05/20 at 10:20 PM
News Room Published 20 May 2025
Share
SHARE

Before starting the tutorial, it’s important to understand degrees and radians. In Excel, they are used in trigonometric functions such as SIN, COS, and TAN, which need the angle to be in radians for accurate calculations.

What is Meant by Degrees?

A degree is a unit for measuring angles, where a full circle is divided into 360 equal parts. For example, A right angle is 90 degrees, which is one-quarter of a full circle (360 degrees).

What is Meant by Radians?

A radian is the angle formed when the arc length equals the radius of a circle, with a full circle being 2π radians. If a circle has a radius of 5 cm and the arc length is also 5 cm, then the angle formed at the center is 1 radian. This is because an angle of 1 radian is defined when the arc length equals the radius.

Primary Differences Between Degrees & Radians:

Formula To Convert Degrees to Radians:

In Excel, the RADIANS function directly converts a given degree value into its equivalent radian value.

=RADIANS(B4) //outputs radian values.

Converting Degree Values into Radians using RADIAN FunctionConverting Degree Values into Radians using RADIAN Function

By default, the RADIANS function in Excel returns the result with more than 10 decimal places. You can format the cell to limit the result to 2 decimal places, as shown in the example below.

  • To do this, you need to select the cells that contain the output Radian values.
  • Right-click on the cells and choose Format Cells.
  • Now, under the Category section, select Custom, and then choose the format “0.00” to display decimal values up to 2 decimal places.

Format cells to display decimal values up to 2 decimal placesFormat cells to display decimal values up to 2 decimal places

The final formatted output is,

Formatted OutputFormatted Output

Formula To Convert Radians to Degrees:

Similarly, in Excel, the DEGREE function directly converts a given radian value into its equivalent degree value.

=DEGREES(B4) & "°" // ° is added to print the output with Degree symbol.

Converting Radian Values into Degrees using DEGREE FunctionConverting Radian Values into Degrees using DEGREE Function

As shown in the image above, the DEGREES function converts radian values into degrees. However, the result may display many decimal places, sometimes up to 10 digits. By using the ROUND Function or ROUNDDOWN Function, you can simplify the output to display the Degree values alone.

=ROUNDDOWN(DEGREES(A1), 0) & "°"  

or

=ROUND(DEGREES(A1), 0) & "°"

Rounded Degree Values using ROUND and ROUNDDOWN FunctionRounded Degree Values using ROUND and ROUNDDOWN Function

Functions Used

Description

RADIAN

Convert angle from degrees to radians

DEGREE

Convert angle from radians to degrees

ROUND

Round a number to a specified number of digits

ROUNDDOWN

Round a number down towards zero

That’s it. This tutorial was originally published on How Can You Convert an Angle Between Degrees and Radians in Excel?

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article Luxury zeppelins of the future from ‘flying bum’ to ‘impossible’ airship
Next Article Viral ‘McMigraine’ headache remedy has shoppers racing to McDonald’s
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

BYD’s new 2024 EV models to feature advanced driving functions · TechNode
Computing
Google adding chatbot-like 'AI Mode' to search
News
Tech Layoffs: US Companies With Job Cuts In 2024 And 2025
News
The Most Dangerous Lie in Startups | HackerNoon
Computing

You Might also Like

Computing

BYD’s new 2024 EV models to feature advanced driving functions · TechNode

1 Min Read
Computing

The Most Dangerous Lie in Startups | HackerNoon

7 Min Read
Computing

Xiaomi launches Weibo legal account amid unverified reports on upcoming car SU7 · TechNode

1 Min Read
Computing

Huawei sets up smart car subsidiary, selling shares to Changan and more · TechNode

1 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?