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

# IMCSC – หา Cosec (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMCSC(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `0.621518-0.303931i`

Cosec(1+i). IMCSC formula returns: 0.621518-0.303931i

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

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

**ผลลัพธ์:** `-0.597696+0.393154i`

Similar to previous example but with different input values. Formula: =IMCSC("2+i") returns -0.597696+0.393154i.

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

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

**ผลลัพธ์:** `0.635494+0.221501i`

Similar to previous example but with different input values. Formula: =IMCSC("2+i") returns 0.635494+0.221501i.

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

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

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imcsc-function-9e158d8f-2ddf-46cd-9b1d-98e29904a323) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imcsc-function) _(guide)_

---

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