Trig formulas

thetank

Board Regular
Joined
Mar 17, 2005
Messages
142
I am trying to write a formula to calculate the height of a side of a right triangle, where the height = (length of the base * slope of hypotenuse).

I would like to be able to enter the length of the base and the slope of the hypotenuse and then have excel calculate the height in 5 foot increments and also give the height for the "leftover" section. Ie if you have a 13 ft base, I want the heights at 5 and 10 ft and also 13 ft.

I know the formulas, I just don't know how to make excel take the initial length and then automatically increment.


Any help will be greatly appreciated.
 
That is correct OAKTREE.

I am trying to find the heights (Opposite side) of numerous triangles within a known triangle. Basically the hypotenuse and the adjacent sides will overlay each other and the opposite side will go towards its corresponding angle.

I wish I could draw a picture so we are both on the same "page". I am sure I am leaving something out in my explanation.
 
Upvote 0

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
You're not leaving anything out.

If tan(x) = opposite / adjacent, then opposite = tan(x) * adjacent

You know adjacent, and you know x...
 
Upvote 0
So how do I make excel repeat the calculation of the heights for the interior triangles for the known exterior triangles?
 
Upvote 0
Your angle is constant, you're just adjusting the length of the adjacent side. Just use the same formula.
 
Upvote 0

Forum statistics

Threads
1,222,642
Messages
6,167,267
Members
452,107
Latest member
cami_dev

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top