Inverse Tangent in excel formulae

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
=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

Similar Threads

FINDING INVERSE TANGENT 1
How to calculate `inverse tangent` from a given numeric value 1
Excel Inverse Fft 0
inverse tangent 2
Tangents 1
TAN INVERSE ? 3
Inverse tangent - Excel 2
Inverse Sign 2

Back
Top