Degrees and Radians

CoolSnaz

New Member
Joined
Jul 14, 2004
Messages
22
Hi All,

I am trying to run the SIN function and excel keeps giving me the answer in Radians.

How make Excel give me the answer in Degrees?

I have tried doing it in Radians and having another field with degrees but it is working through the formula in the wrong order.

any help would be greatly appretiated!
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hello, CoolSnaz,

would this help you a bit ?
Map3
ABCD
1000
2150,2588190515
3300,530
4450,7071067845
5600,866025460
6750,9659258375
790190
81050,9659258375
91200,866025460
101350,7071067845
111500,530
121650,2588190515
131801,2251E-167E-15Floating-point arithmetic Excel error
14195-0,25881905-15
15210-0,5-30
16225-0,70710678-45
17240-0,8660254-60
18255-0,96592583-75
19270-1-90
20285-0,96592583-75
21300-0,8660254-60
22315-0,70710678-45
23330-0,5-30
24345-0,25881905-15
25360-2,4503E-16-1E-14Floating-point arithmetic Excel error
Blad1


kind regards,
Erik
 
Upvote 0
coolsnaz said:

Hi All,

I am trying to run the SIN function and excel keeps giving me the answer in Radians.

How make Excel give me the answer in Degrees?

I have tried doing it in Radians and having another field with degrees but it is working through the formula in the wrong order.

any help would be greatly appretiated!


This is sorta confusing. The sin function takes as an argument something in degrees (or radians). That is not what it returns. For example sin(30 degress)=sin(pi/6 radians)=1/2

Do you mean arcsin?

Gene Klein
 
Upvote 0
I am trying to run the SIN function and excel keeps giving me the answer in Radians
first of all running the sin function should alwyes give an answer between -1 and 1: the answer is never in degrees nor radians
therefore I thought you meant the acrsin function

=SIN(10) will return the sinus of 10 radians

would another example clarify more ?
formula C1 to C6
=SIN(A1)
=SIN(RADIANS(A1))
=SIN(A3)
=SIN(RADIANS(B3))
=SIN(A5)
=SIN(RADIANS(B5))


kind regards,
Erik
 
Upvote 0
Answer

Thanks for all your help, but i have found the answer!

The formula below 'Sin' a figure and gives the answer in degrees!

The A6 represents your input and the rest of the formula is essential to giving the answer in degrees!

'=SIN(A6/(180/PI()))'

:) Thanks for all your help
CoolSnaz
 
Upvote 0
=SIN(A1)
=SIN(RADIANS(A1))
=SIN(A3)
=SIN(RADIANS(B3))
=SIN(A5)
=SIN(RADIANS(B5))

but I think you saw them now, isn't it ?

God bless you,
Erik
 
Upvote 0
The formula below 'Sin' a figure and gives the answer in degrees!

The A6 represents your input and the rest of the formula is essential to giving the answer in degrees!

'=SIN(A6/(180/PI()))'


I don't want to beat a dead horse here, but your formula will not return anything in degrees. Assuming A6 is in degrees, then dividing by 180/pi converts from degrees to radians. Taking the sin will return a UNITLESS number between -1 and 1

Gene Klein
 
Upvote 0
If you place a figure in a calculator and it is set in degrees it will give you a figure, if you change the calculator to radians it will give a different figure for the same number.

The forula will give you the same figure as when the calculator is set in degrees!

e.g.

Calculator
' Degrees ' 1 = 0.0174524
' Radians ' 1 = 0.8414709

Excel
' =SIN(A6/(180/PI())) ' 1 = 0.0174524
' =SIN(A6) ' 1 = 0.8414709


A6 = 1

I hope this clears things up!
 
Upvote 0

Forum statistics

Threads
1,214,601
Messages
6,120,465
Members
448,965
Latest member
grijken

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top