LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #6   Report Post  
Posted to microsoft.public.excel.misc
Serge
 
Posts: n/a
Default Trigonometry in Excel

Hello Ron,
I tried your formula and it works well also. I need to study this one.
Thank you for your input. I learn something different.
Serge

"Ron Rosenfeld" wrote:

On Thu, 25 May 2006 18:35:01 -0700, Serge
wrote:

The formula below gives a result of 79.935 degrees using calculator
cos A = (b² + c²) - a² / 2bc
a=25.0 in A57
b=21.5407 in B57
c=17.0 in C57

This formula below has error which I cannot fix.
I have been trying for a while with no luck.
It could be that I'm trying to approch it the same way as a calculator.
In E57
=IF(OR(A57="",B57="",C57=""),0,DEGREES(ACOS(B57^+ C57^)-A57^/2*B57*C57)))

Or in E57 =IF(COUNT(A57:C57)<3,0),0,DEGREES(ACOS(B57^+C57^)-A57^/2*B57*C57)))
My answer should be 79.935 degrees
Does someone have an answer for this puzzle?
Many thanks in advance.
Serge



You just need to properly arrange your parentheses:

=IF(COUNT(A57:C57)=3,DEGREES(ACOS((B57^2+C57^2-A57^2)/(2*B57*C57))),0)

--ron

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
Excel 2002 and 2000 co-install. Control Which Starts ? cnuk Excel Discussion (Misc queries) 2 January 17th 05 08:07 PM


All times are GMT +1. The time now is 05:10 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"