Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I'm trying to do a formula in Excel that has me stumped. Would appreciate a bit of help. I have the formula: =((C43*TAN(G29*PI()/180))/C45) Which in this case gives the figu 0.429608961 I want the inverse tangent (inv tan) of this figure, which when worked out on a calculator is: 23.2487 Does anyone know what I should add to the formula to get the 23.2487 figure? Thanks, Nick |
#2
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One way:
=ATAN(0.429608961) * 180/PI() In article , "NRENNIE" wrote: Hi, I'm trying to do a formula in Excel that has me stumped. Would appreciate a bit of help. I have the formula: =((C43*TAN(G29*PI()/180))/C45) Which in this case gives the figu 0.429608961 I want the inverse tangent (inv tan) of this figure, which when worked out on a calculator is: 23.2487 Does anyone know what I should add to the formula to get the 23.2487 figure? Thanks, Nick |
#3
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
It works! Thanks very much.
Nick. "JE McGimpsey" wrote in message ... One way: =ATAN(0.429608961) * 180/PI() In article , "NRENNIE" wrote: Hi, I'm trying to do a formula in Excel that has me stumped. Would appreciate a bit of help. I have the formula: =((C43*TAN(G29*PI()/180))/C45) Which in this case gives the figu 0.429608961 I want the inverse tangent (inv tan) of this figure, which when worked out on a calculator is: 23.2487 Does anyone know what I should add to the formula to get the 23.2487 figure? Thanks, Nick |
#4
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check your other post.
NRENNIE wrote: Hi, I'm trying to do a formula in Excel that has me stumped. Would appreciate a bit of help. I have the formula: =((C43*TAN(G29*PI()/180))/C45) Which in this case gives the figu 0.429608961 I want the inverse tangent (inv tan) of this figure, which when worked out on a calculator is: 23.2487 Does anyone know what I should add to the formula to get the 23.2487 figure? Thanks, Nick -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Check your other post.
NRENNIE wrote: Hi, I'm trying to do a formula in Excel that has me stumped. Would appreciate a bit of help. I have the formula: =((C43*TAN(G29*PI()/180))/C45) Which in this case gives the figu 0.429608961 I want the inverse tangent (inv tan) of this figure, which when worked out on a calculator is: 23.2487 Does anyone know what I should add to the formula to get the 23.2487 figure? Thanks, Nick -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel question | Excel Worksheet Functions | |||
Excel Question | Excel Discussion (Misc queries) | |||
Newbie Question - Subtraction Formula Question | Excel Discussion (Misc queries) | |||
The question is an excel question that I need to figure out howto do in excel. | Excel Worksheet Functions | |||
Statistical Excel Function Question within Excel 2000... | Excel Worksheet Functions |