---
title: IMSECH – หา Sech (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imsech/
type: function-explainer
program: Excel
syntax: =IMSECH(inumber)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMSECH – หา Sech (Complex)

> หาค่า Hyperbolic Secant ของจำนวนเชิงซ้อน

## คำอธิบาย

หาค่า Hyperbolic Secant ของจำนวนเชิงซ้อน

## Syntax

```excel
=IMSECH(inumber)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| inumber | Yes | Text |  | จำนวนเชิงซ้อน |

## ตัวอย่าง

### 1. ตัวอย่าง

```excel
=IMSECH("1+i")
```

**ผลลัพธ์:** `0.498337-0.591084i`

Sech(1+i). IMSECH formula returns: 0.498337-0.591084i

### 2. ตัวอย่าง (with different value)

```excel
=IMSECH("4+i")
```

**ผลลัพธ์:** `0.0198041-0.0308224i`

Similar to previous example but with different input values. Formula: =IMSECH("2+i") returns 0.0198041-0.0308224i.

### 3. ตัวอย่าง (with variation 2)

```excel
=IMSECH("2+i")
```

**ผลลัพธ์:** `0.151176-0.226974i`

Similar to previous example but with different input values. Formula: =IMSECH("2+i") returns 0.151176-0.226974i.

## ฟังก์ชันที่เกี่ยวข้อง

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [IMSEC – หา Sec (Complex)](https://www.thepexcel.com/functions/excel/engineering/imsec/)
- [SEC – หาค่า Secant](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sec/)
- [SECH – หาค่า Hyperbolic Secant](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sech/)

## แหล่งข้อมูลเพิ่มเติม

- [Official Documentation](https://support.microsoft.com/en-us/office/imsech-function-f250304f-788b-4505-954e-eb01fa50903b) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imsech-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/engineering/imsech/](https://www.thepexcel.com/functions/excel/engineering/imsech/)_
