View Single Post
  #5   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"David" wrote in message
...
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