Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks a lot for the answer. Just what I needed!
"Bernie Deitrick" wrote: Whuggy, With a in A2, b in B2, and c in C2, the value of C in degrees is =ACOS((A2^2+B2^2-C2^2)/(2*A2*B2))*180/(PI()) and in radians is =ACOS((A2^2+B2^2-C2^2)/(2*A2*B2)) HTH, Bernie MS Excel MVP "Whuggy" wrote in message ... Hello, I'm having a problem getting excel to calculate the angles of a triangle. I know the formula for calculating angle C for instance (knowing lengths of all three sides) cosinus^-1 of (a^2+b^2-c^2)/(2*a*b) But how do I put this into excel? When I put it in as following: COS^1((a^2+b^2-c^2)/(2*a*b)) It dosn't work. Can anybody help me? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Red triangle | Excel Worksheet Functions | |||
What is blue triangle? | Excel Discussion (Misc queries) | |||
Purple Triangle | Excel Discussion (Misc queries) | |||
indicator triangle | Charts and Charting in Excel | |||
triangle chart | Charts and Charting in Excel |