Written by Allen Wyatt (last updated August 2, 2025)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365
Excel includes many built-in functions that allow you to use a wide range of trigonometric functions. If you need to determine either the secant or cosecant of an angle, you can use the SEC and CSC functions:
=SEC(A1) =CSC(A1)
The value in A1 must be the angle expressed in radians.
Both the SEC and CSC functions were introduced in Excel 2013. If you are using an older version of Excel you can use a simple formula to derive the values. Let's assume that an angle value, in radians, is stored in cell B7. To derive the secant of the angle, you can use the following formula:
=1/COS(B7)
Likewise, if you need to know the cosecant of the angle, the following formula will do the trick:
=1/SIN(B7)
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (10084) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Excel in Microsoft 365. You can find a version of this tip for the older menu interface of Excel here: Deriving a Secant and Cosecant.
Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!
When editing a formula, the F4 shortcut key can be helpful. It may not, however, be helpful in all instances. This tip ...
Discover MoreIf you have a special need to find cell values that meet two different criteria, where to start can be daunting. This tip ...
Discover MoreWant to know the letters assigned by Excel to a particular column? Excel normally deals with column numbers, but you can ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments