SECH Function

Excel Functions › Math & Trig

Excel 2013+ Math & Trig

The Excel SECH function returns the hyperbolic secant of a number — the reciprocal of the hyperbolic cosine, 1/COSH. The argument is a plain number, not an angle.


Quick answer:
=SECH(0) hyperbolic secant of 0 = 1

Syntax

=SECH(number)
ArgumentDescription
numberRequiredAny real number. SECH is the reciprocal of COSH, so its result always falls between 0 (exclusive) and 1 (inclusive).

How to use it

SECH is simply 1/COSH(number), introduced in Excel 2013. There is no degree-vs-radian issue — you pass a plain number:

=SECH(0) // = 1
=SECH(1) // approx 0.6481
=SECH(2) // approx 0.2658

Because COSH is never less than 1, SECH never exceeds 1 and never errors out — it peaks at 1 when x = 0 and tapers smoothly toward 0 either side. Use =1/COSH(x) in versions before Excel 2013.

The soliton bump. The SECH curve is a smooth, symmetric bell-like pulse that appears in soliton waves and signal processing.

Try it: interactive demo

Live demo

Pick a SECH example to see the formula and its result.

Result:

Practice workbook

📊
Download the free SECH practice workbook
Every example on this page, ready to open in Excel — plus practice challenges with answers on a separate tab. No sign-up required.

Frequently asked questions

What is the hyperbolic secant?
It is the reciprocal of the hyperbolic cosine: SECH(x) = 1/COSH(x). Its maximum value is 1 (at x = 0) and it never goes below 0.
Which Excel versions have SECH?
SECH was added in Excel 2013. In Excel 2010 and earlier, use =1/COSH(x) instead.
Does SECH use degrees or radians?
Neither — SECH takes a plain real number, not an angle. There is no degree-to-radian conversion for hyperbolic functions.
Can SECH ever return an error?
No. Because COSH is always 1 or greater, 1/COSH(x) is always defined, so SECH never divides by zero or errors.

Master functions like this in one day

This page covers one function. Our Excel Formulas and Functions class covers the 30 that matter most — live, hands-on, taught by professionals in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related functions: COSH · CSCH · COTH · SINH · EXP