Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Maths and Trigonometry > DEGREES

 

DEGREES(angle)

 
 Returns the number of degrees given a number of radians.

 angleThe angle in radians that you want converted.

 REMARKS
 
  • If "angle" is not numeric, then #VALUE! is returned.

     EXAMPLES
     
     A
    1=DEGREES(1) = 57.296
    2=DEGREES(PI()) = 180
    3=DEGREES(PI()/2) = 90
    4=DEGREES(0.5) = 28.648
    5=DEGREES(-1) = -57.296
    6=DEGREES(0) = 0
    7=DEGREES("some text") = #VALUE!
     

     Functions - D | Index - D | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top