Geometry

C

Chuck

I'm trying to write a formula for a Right Angle Triangle
that returns the Angle in degrees of "A" knowing the
Hypotenuse "c" and Height "a".
I tried =DEGREES(a/c) but it comes up with a value smaller
then it should be. Thanks
 
J

J.E. McGimpsey

DEGREES just converts radians into degrees. You first need to find
the angle in radians.

Take a look at ASIN() in XL Help.
 

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