Written by Allen Wyatt (last updated July 30, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
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 (2455) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) 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!
Excel is often used to analyze data collected over time. In doing the analysis, you may want to only look at data ...
Discover MoreDo you ever have a need to return just a few digits out of a number? This tip shows different formulas you can use to ...
Discover MoreReference a cell in a macro, and if that cell is blank Excel normally equates that to a zero value. What if you don't ...
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 menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon 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