View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.newusers
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default is it possible to find the arctan of an angle in Excel or an add .

You can use the ATAN function. Note that all trig functions in Excel work
with Radians, not Degrees. Thus, you may need to use the RADIANS function to
convert degrees to radians or DEGREES to convert radians to degrees. E.g.,

=DEGREES(ATAN(A1))

returns the number of degrees of the angle whose tangent is in cell A1.


--
Cordially,
Chip Pearson
Microsoft Most Valuable Professional
Excel Product Group
Pearson Software Consulting, LLC
www.cpearson.com
(email on web site)




"JmcD" wrote in message
...