How do you calculate cotangent in Excel 2003?

D

Dave Peterson

=1/tan(a1)

But A1 holds radians--not degrees.

If A1 holds degrees, then:
=1/tan(radians(a1))
or
=1/tan(a1*pi()/180)

Look in Excel's help for Tangent.

mowgli wrote:
 
Top