Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default need formula for finding opposite (trigo)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default need formula for finding opposite (trigo)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default need formula for finding opposite (trigo)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 13
Default need formula for finding opposite (trigo)

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default need formula for finding opposite (trigo)

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
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
Do the opposite of this formula: Dave Excel Discussion (Misc queries) 3 November 2nd 07 06:03 PM
Opposite of Concatenation! Chantall Excel Discussion (Misc queries) 3 July 12th 07 04:10 PM
Finding an opposite value? Holly Excel Discussion (Misc queries) 2 February 28th 07 05:33 PM
OPPOSITE FORMULA roy.okinawa Excel Worksheet Functions 6 November 22nd 05 03:19 AM
What function is the opposite of SUM? rsilver Excel Discussion (Misc queries) 4 November 19th 05 06:56 PM


All times are GMT +1. The time now is 07:22 PM.

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"