Some functions that you can derive from built-in Excel functions include the following:
- Secant (SEC)
- Cosecant (CSC)
- Cotangent (COT)
Formulas for Derived Trigonometric Functions
To calculate these additional functions, use the following formulas, where angle is the measure of the angle in radians:
SEC(angle) = 1/COS(angle)
CSC(angle) = 1/SIN(angle)
COT(angle) = 1/TAN(angle)
For example, to find the cotangent of a 30-degree angle, use the following
formula:
CSC(angle) = 1/SIN(angle)
COT(angle) = 1/TAN(angle)
=1/TAN(30*PI()/180)
NOTE: Trigonometric functions in Excel must use angles measured in radians rather than in degrees. To convert an angle from degrees to radians, multiply the angle in degrees by PI()/180.