how do i make excel calculate sines and cosines in degrees instea.

B

bpeltzer

From the cos function help:
"If the angle is in degrees, multiply it by PI()/180 or use the COS function
to convert it to radians."
 
Top