This post will guide you how to use Google Sheets DEGREES function with syntax and examples.
Table of Contents
1. Google Sheets DEGREES Function Description
The Google Sheets DEGREES function converts radians into degrees. And it will return a numeric value. For examples, if you pass the PI() function into the DEGREES function as its argument, and it will return 180.
The purpose of this function is used to convert radians to degrees in google sheet and it’s returned value is the degrees.
The DEGREES function is a build-in function in Google Sheets and it is categorized as a MATH function.
2. Google Sheets DEGREES Function Syntax
The syntax of the DEGREES function is as below:
=DEGREES (angle)
Where the DEGREES function argument is:
- angle -This is a required argument. The angle in radians that you want to convert to degrees.
3. Google Sheets DEGREES Function Examples
The below examples will show you how to use google sheets DEGREES Function to convert radians into degrees.
1# get the degrees of pi radians, enter the following formula in Cell B1.
=DEGREES (PI())
2# get the degrees of 1.25 radians, enter the following formula in Cell B2.
=DEGREES (1.25)