Excel trig formula problem.

prostreet

New Member
Joined
May 8, 2016
Messages
11
Help with an Excel formula.
I'm trying to find the correct formula in Excel to find one angle in a right tringle. Given the hypotenuse of 5. One angle of 36.8699 deg. and of course 90. deg.
I input in a scientific calculator as,
"5 * cos(36.8699).
I receive 3.99999 which is correct.
In Excel i get 3.377285781.
I believe I tried a few things like =degrees(5*cos(36.8699)),
=cell r_c*PI()/180.
Still incorrect .
Any and all help with this simple problem will be appreciated.
Thank you!
Jerome
 

Attachments

  • 20220414_162558.jpg
    20220414_162558.jpg
    106.4 KB · Views: 4

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Im not sure if we are allowed to point towards an external YouTube that shows what you are looking for so I apologize to the Admins in advance.


I believe this will help you out.
 
Upvote 0
How about
+Fluff 1.xlsm
AB
1
253.999999877
336.8699
Main
Cell Formulas
RangeFormula
B2B2=A2*COS(RADIANS(A3))
 
Upvote 0
Glad to help & thanks for the feedback.
 
Upvote 0
The three angles in a triangle always add up to 180 degrees so the third angle in your triange is:
180 -90 -36.8699=53.1301 degrees
 
Upvote 0

Forum statistics

Threads
1,215,325
Messages
6,124,252
Members
449,149
Latest member
mwdbActuary

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