Inverse Tangent in excel formulae

G

Guest

How do i use the inverse tangent in an excel formulae? I need to use it to
calculate the distances of a data set.
 
D

David Biddulph

=DEGREES(ATAN(A1)) if you want arctan with one argument.
=DEGREES(ATAN2(A1,B1)) if you want the version with 2 arguments to resolve
the ambiguity of quadrants.
Obviously you can omit the DEGREES() function if you want your answer in
radians.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top