Change radians - degrees setting

D

David

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.
 
C

Chip Pearson

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
 
D

david

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
 
C

Chip Pearson

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
 
F

Fredrik Wahlgren

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
 
D

david

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

Top