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

# IMCOT – หา Cot (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMCOT(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `0.217622-0.868014i`

Cot(1+i). IMCOT formula returns: 0.217622-0.868014i

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

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

**ผลลัพธ์:** `0.253182-0.928133i`

Similar to previous example but with different input values. Formula: =IMCOT("2+i") returns 0.253182-0.928133i.

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

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

**ผลลัพธ์:** `-0.171384-0.82133i`

Similar to previous example but with different input values. Formula: =IMCOT("2+i") returns -0.171384-0.82133i.

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

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

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imcot-function-dc6a3607-d26a-4d06-8b41-8931da36442c) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imcot-function) _(guide)_

---

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