
The Excel COS function returns the cosine of angle given in radians. To supply an angle to COS in degrees, multiply the angle by PI()/180 or use the RADIANS function to convert to radians.
Get the cosine of an angle
The cosine value
=COS (number)
The COS function expects radians. To supply an angle to COS in degrees, multiply the angle by PI()/180 or use the RADIANS function to convert to radians. For example, to get the COS of 60 degrees, you can use either formula below:
=COS(60*PI()/180)=COS(RADIANS(60))

The Excel COS function returns the cosine of angle given in radians. To supply an angle to COS in degrees, multiply the angle by PI()/180 or use the RADIANS function to convert to radians.
Get the cosine of an angle
The cosine value
=COS (number)
The COS function expects radians. To supply an angle to COS in degrees, multiply the angle by PI()/180 or use the RADIANS function to convert to radians. For example, to get the COS of 60 degrees, you can use either formula below:
=COS(60*PI()/180)=COS(RADIANS(60))