---
title: IMDIV – หารจำนวนเชิงซ้อน
url: https://www.thepexcel.com/functions/excel/engineering/imdiv/
type: function-explainer
program: Excel
syntax: "=IMDIV(inumber1, inumber2)"
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMDIV – หารจำนวนเชิงซ้อน

> หารจำนวนเชิงซ้อนสองจำนวน

## คำอธิบาย

หารจำนวนเชิงซ้อนสองจำนวน

## Syntax

```excel
=IMDIV(inumber1, inumber2)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| inumber1 | Yes | Text |  | ตัวตั้ง |
| inumber2 | Yes | Text |  | ตัวหาร |

## ตัวอย่าง

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

```excel
=IMDIV("-10+10i", "3+4i")
```

**ผลลัพธ์:** `"0.4+2.8i"`

หารกัน. IMDIV formula returns: "0.4+2.8i"

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

```excel
=IMDIV("-10+10i", "3+6i")
```

**ผลลัพธ์:** `0.666667+2i`

Similar to previous example but with different input values. Formula: =IMDIV("-10+10i", "3+6i") returns 0.666667+2i.

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

```excel
=IMDIV("-10+10i", "3+12i")
```

**ผลลัพธ์:** `0.588235+0.980392i`

Similar to previous example but with different input values. Formula: =IMDIV("-10+10i", "3+12i") returns 0.588235+0.980392i.

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

- [IMPOWER – ยกกำลัง (Complex)](https://www.thepexcel.com/functions/excel/engineering/impower/)
- [IMSUB – ลบจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/imsub/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imdiv-function-a505aff7-af8a-4451-8142-77ec3d74d83f) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imdiv-function) _(guide)_

---

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