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

# IMSEC – หา Sec (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMSEC(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

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

Sec(1+i). IMSEC formula returns: 0.498337+0.591084i

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

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

**ผลลัพธ์:** `-0.55776-0.491828i`

Similar to previous example but with different input values. Formula: =IMSEC("2+i") returns -0.55776-0.491828i.

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

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

**ผลลัพธ์:** `-0.413149+0.687527i`

Similar to previous example but with different input values. Formula: =IMSEC("2+i") returns -0.413149+0.687527i.

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

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

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imsec-function-6df11132-4411-4df4-a3dc-1f17372459e0) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imsec-function) _(guide)_

---

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