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.
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
"David" <David@discussions.microsoft.com> wrote in message
news:70770C2A-3F96-490A-BEAB-3E3A41709539@microsoft.com...
> 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.
OK, thanks for replying.
David.
"Chip Pearson" wrote:
> 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
>
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:70770C2A-3F96-490A-BEAB-3E3A41709539@microsoft.com...
> > 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 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
"Chip Pearson" <chip@cpearson.com> wrote in message
news:uwVSA%23WKFHA.2212@TK2MSFTNGP12.phx.gbl...
> 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
>
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:70770C2A-3F96-490A-BEAB-3E3A41709539@microsoft.com...
>> 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.
>
>
"David" <David@discussions.microsoft.com> wrote in message
news:70770C2A-3F96-490A-BEAB-3E3A41709539@microsoft.com...
> 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.
"Fredrik Wahlgren" wrote:
>
> "David" <David@discussions.microsoft.com> wrote in message
> news:70770C2A-3F96-490A-BEAB-3E3A41709539@microsoft.com...
> > 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
>
>
>
>
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks