Excel Angle Calculation Formula
Solved
Alexair
-
xdloooool -
xdloooool -
Hello,
I would like to create an Excel form to calculate the angle adjacent to the hypotenuse of a right triangle. That is, the angle between the vertical and the hypotenuse.
For example:
A right triangle where:
- Side AB is horizontal.
- Side BC is vertical.
- The triangle is right-angled at B (thus the angle known is 90°).
- The hypotenuse is AC.
What is the angle at C?
So, I need an Excel form where we only have 2 data points to enter:
- AB
- BC
Thank you,
Alex
Configuration: Windows Vista / Internet Explorer 9.0
I would like to create an Excel form to calculate the angle adjacent to the hypotenuse of a right triangle. That is, the angle between the vertical and the hypotenuse.
For example:
A right triangle where:
- Side AB is horizontal.
- Side BC is vertical.
- The triangle is right-angled at B (thus the angle known is 90°).
- The hypotenuse is AC.
What is the angle at C?
So, I need an Excel form where we only have 2 data points to enter:
- AB
- BC
Thank you,
Alex
Configuration: Windows Vista / Internet Explorer 9.0
according to his example, with a right triangle at B, he is looking for the angle at C. So, he should use the ACOS() function instead of ATAN(), right?
the triangle being right-angled at B and knowing BA and BC (initial request) it is indeed tan(C) = BA/BC that we know so .... right
you may have been confused by the end of the statement ...
- The hypotenuse being AC.
What is the angle at C?
it happens!
have a good end of the day