Change radians - degrees setting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I change setting for trigonomic functions, radians - degrees.
I am making a table with many different trig functions, the answers are
currently in radians, I need degrees.
Using Excel 2003.
Thanks.
 
All of Excel's trig functions use radians, not degrees, and there
is no way to change that. You can use the DEGREES function to
convert radians to degrees. E.g.,

=DEGREES(ASIN(1))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
OK, thanks for replying.

David.


Chip Pearson said:
All of Excel's trig functions use radians, not degrees, and there
is no way to change that. You can use the DEGREES function to
convert radians to degrees. E.g.,

=DEGREES(ASIN(1))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
I should have added that you can use the RADIANS function to
convert radians to degrees. E.g.,

=SIN(RADIANS(45))


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
David said:
How do I change setting for trigonomic functions, radians - degrees.
I am making a table with many different trig functions, the answers are
currently in radians, I need degrees.
Using Excel 2003.
Thanks.

I think the best way around this would be to create user defined functions
like DSIN, DCOS, DTAN that internally converts from degrees to radians.

/Fredrik
 
Thanks for the replies - I have added some hidden columns with radian /
degrees conversion.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top