Trigonometric Functions in Excel – An Easy to Follow Guide

Trigonometric Functions in

Excel provides inbuilt functions to calculate trigonometric values quickly and easily. Here are all the trigonometric functions available in Excel.

Also read: Top 10 Trigonometric Functions for Complex Numbers in Excel

List of Common Trigonometric Functions in Excel

Without any further ado, let’s go ahead with the different trigonometric functions in Excel and understand how each of them can be used with a simple example.

1. DEGREES function

The DEGREES function in Excel converts radians to degrees.

Syntax: DEGREES(angle), where the angle input is the radian angle to be converted into degrees. Follow these steps to convert radians to degrees:

  • Select the cell where you want to display the result.
  • Type =DEGREES(, select the cell containing the angle and complete the formula with ).
List of Common Trigonometric Functions in Excel degrees
  • Press the Enter key to display the result.
degrees result

2. RADIANS function

The RADIANS function in Excel converts radians to degrees.

Syntax: RADIANS(angle), where the angle input is the degree angle to be converted into radians. Follow these steps to convert degrees to radians:

  • Select the cell where you want to display the result.
  • Type =RADIANS(, select the cell containing the angle and complete the formula with ).
radians formula
  • Press the Enter key to display the result.
radians result

3. SIN function

The SIN function in Excel computes the sine value of a given angle.

Syntax: SIN(angle), where the angle input is the angle in radians. Follow these steps to calculate the sine of an angle:

  • Select the cell where you want to display the result.
  • Type =SIN(, select the cell containing the angle and complete the formula with ).
sin formula
  • Press the Enter key to display the result.
sin result

4. COS function

The COS function in Excel computes the cosine value of a given angle.

Syntax: COS(angle), where the angle input is the angle in radians. Follow these steps to calculate the cosine of an angle:

  • Select the cell where you want to display the result.
  • Type =COS(, select the cell containing the angle and complete the formula with ).
cos formula
  • Press the Enter key to display the result.
cos result

5. TAN function

The TAN function in Excel computes the tangent value of a given angle.

Syntax: TAN(angle), where the angle input is the angle in radians. Follow these steps to calculate the tangent of an angle:

  • Select the cell where you want to display the result.
  • Type =TAN(, select the cell containing the angle and complete the formula with ).
tan formula 1
  • Press the Enter key to display the result.
tan result

6. COT function

The COT function in Excel computes the cotangent value of a given angle.

Syntax: COT(angle), where the angle input is the angle in radians. Follow these steps to calculate the cotangent of an angle:

  • Select the cell where you want to display the result.
  • Type =COT(, select the cell containing the angle and complete the formula with ).
sot formula
  • Press the Enter key to display the result.
cot result

7. SEC function

The SEC function in Excel computes the secant value of a given angle.

Syntax: SEC(angle), where the angle input is the angle in radians. Follow these steps to calculate the secant of an angle:

  • Select the cell where you want to display the result.
  • Type =SEC(, select the cell containing the angle and complete the formula with ).
sec formula
  • Press the Enter key to display the result.
sec result

8. CSC function

The CSC function in Excel computes the cosecant value of a given angle.

Syntax: CSC(angle), where the angle input is the angle in radians. Follow these steps to calculate the cosecant of an angle:

  • Select the cell where you want to display the result.
  • Type =CSC(, select the cell containing the angle and complete the formula with ).
csc formula
  • Press the Enter key to display the result.
csc result

9. ASIN function

The ASIN function in Excel computes the arcsine or inverse sine of a given integer and provides an angle in radians between -π/2 and π/2.

Syntax: ASIN(number), where the number argument represents the value for which the arcsine is to be calculated. Follow these steps to calculate the inverse sine of a value:

  • Select the cell where you want to display the result.
  • Type =ASIN(, select the cell containing the value and complete the formula with ).
asin formula
  • Press the Enter key to display the result.
asin result

10. ACOS function

The ACOS function in Excel computes the arccosine or inverse cosine of a given value and returns an angle in radians between 0 and π.

Syntax: ACOS(number), where number argument represents the value for which the arccosine is to be calculated. Follow these steps to calculate the inverse cosine of a value:

  • Select the cell where you want to display the result.
  • Type =ACOS(, select the cell containing the value and complete the formula with ).
acos formula
  • Press the Enter key to display the result.
acos result

11. ATAN function

The ATAN function in Excel computes the arctangent or inverse tangent of a given integer and returns an angle in radians between -π/2 and +π/2.

Syntax: ATAN(number), where the number argument represents the value for which the arctan is to be calculated. Follow these steps to calculate the inverse tangent of a value:

  • Select the cell where you want to display the result.
  • Type =ATAN(, select the cell containing the value and complete the formula with ).
atan formula
  • Press the Enter key to display the result.
atan result

12. ACOT function

The Excel ACOT function computes the arccotangent or inverse cotangent of a given value and returns an angle between 0 and in π radians.

Syntax: ACOT(number), where number argument represents the value for which the arccotangent is to be calculated. Follow these steps to calculate the inverse cotangent of a value:

  • Select the cell where you want to display the result.
  • Type =ACOT(, select the cell containing the value and complete the formula with ).
acot formula
  • Press the Enter key to display the result.
acot result

Conclusion

In this article, we learned about different trigonometric functions in Excel.

References