Written by Allen Wyatt (last updated August 18, 2023)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, and 2021
Excel includes many built-in functions that allow you to use a wide range of trigonometric functions. Two that are not included, however, are functions for determining a secant and a cosecant. Let's assume that an angle value, in radians, is stored in cell B7. If you need to know 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, and 2021. You can find a version of this tip for the older menu interface of Excel here: Deriving a Secant and Cosecant.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 365 applications with VBA programming. Written in clear terms and understandable language, the book includes systematic tutorials and contains both intermediate and advanced content for experienced VB developers. Designed to be comprehensive, the book addresses not just one Office application, but the entire Office suite. Check out Mastering VBA for Microsoft Office 365 today!
Hate to take your hands off the keyboard while working on a worksheet? Here's one way to activate the Formula Bar without ...
Discover MoreExcel provides several worksheet functions that can be used to count cells containing values--"particularly numeric ...
Discover MoreIf you need to randomly match up items in two lists, there are a variety of techniques you can use. Here are a couple of ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2019-07-22 12:46:34
Gene Osten
Note: I would suggest a check for division for zero. Both SIN(θ) and COS(θ) can have the value zero.
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