Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all
want to use excel to find opposite. Have ADJ down left Have angle along top Table is as follows. (B2) (c2) Angle .1 .2 .3 .4 ..........2.5 ADJ 500mm(A3) .. .. .. .. .. .. 3500mm What formula do i need to use to get the size of the opposite? Hope you can help Jim THanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jim,
In B3, enter =TAN(B$2)*$A3 and copy to create your block of formulas. I'm assuming that the .1 is Radians, not degrees HTH, Bernie MS Excel MVP "jimE" wrote in message ... Hi all want to use excel to find opposite. Have ADJ down left Have angle along top Table is as follows. (B2) (c2) Angle .1 .2 .3 .4 ..........2.5 ADJ 500mm(A3) . . . . . . 3500mm What formula do i need to use to get the size of the opposite? Hope you can help Jim THanks |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Jim,
In B3, enter =TAN(B$2)*$A3 and copy to create your block of formulas. I'm assuming that the .1 is Radians, not degrees HTH, Bernie MS Excel MVP "jimE" wrote in message ... Hi all want to use excel to find opposite. Have ADJ down left Have angle along top Table is as follows. (B2) (c2) Angle .1 .2 .3 .4 ..........2.5 ADJ 500mm(A3) . . . . . . 3500mm What formula do i need to use to get the size of the opposite? Hope you can help Jim THanks |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Bernie
The .1 is degrees What is radians? I not good at maths if it is degrees does this formula still work? Thanks "Bernie Deitrick" wrote: Jim, In B3, enter =TAN(B$2)*$A3 and copy to create your block of formulas. I'm assuming that the .1 is Radians, not degrees HTH, Bernie MS Excel MVP "jimE" wrote in message ... Hi all want to use excel to find opposite. Have ADJ down left Have angle along top Table is as follows. (B2) (c2) Angle .1 .2 .3 .4 ..........2.5 ADJ 500mm(A3) . . . . . . 3500mm What formula do i need to use to get the size of the opposite? Hope you can help Jim THanks |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Radians is a measure of degrees, where there are PI radians per 180 degrees.
Think of it this way: if you take the radius of a circle, and use some multiple of that radius to create a line along the circumference of the circle, the angle that you get (if you extend lines back to the center of the circle from the two end points) in radians is given by the number of radii you used. So, it takes 3.1415... radii to cover half of the circumference of a circle. But, you just need to convert the degrees to radians, since all Trig functions in Excel use Radians as the default. So, use this in cell B3, and copy.... =TAN(RADIANS(B$2))*$A3 HTH, Bernie MS Excel MVP "jimE" wrote in message ... Hi Bernie The .1 is degrees What is radians? I not good at maths if it is degrees does this formula still work? Thanks "Bernie Deitrick" wrote: Jim, In B3, enter =TAN(B$2)*$A3 and copy to create your block of formulas. I'm assuming that the .1 is Radians, not degrees HTH, Bernie MS Excel MVP "jimE" wrote in message ... Hi all want to use excel to find opposite. Have ADJ down left Have angle along top Table is as follows. (B2) (c2) Angle .1 .2 .3 .4 ..........2.5 ADJ 500mm(A3) . . . . . . 3500mm What formula do i need to use to get the size of the opposite? Hope you can help Jim THanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Do the opposite of this formula: | Excel Discussion (Misc queries) | |||
Opposite of Concatenation! | Excel Discussion (Misc queries) | |||
Finding an opposite value? | Excel Discussion (Misc queries) | |||
OPPOSITE FORMULA | Excel Worksheet Functions | |||
What function is the opposite of SUM? | Excel Discussion (Misc queries) |