---
title: IMAGINARY – หาส่วนจินตภาพ (Imaginary)
url: https://www.thepexcel.com/functions/excel/engineering/imaginary/
type: function-explainer
program: Excel
syntax: =IMAGINARY(inumber)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMAGINARY – หาส่วนจินตภาพ (Imaginary)

> หาส่วนจินตภาพ (Imaginary)

## คำอธิบาย

ส่งกลับสัมประสิทธิ์จินตภาพของจำนวนเชิงซ้อน

## Syntax

```excel
=IMAGINARY(inumber)
```

## Arguments

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

## ตัวอย่าง

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

```excel
=IMAGINARY("3+4i")
```

**ผลลัพธ์:** `4`

ส่วนจินตภาพคือ 4

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

```excel
=IMAGINARY("3+6i")
```

**ผลลัพธ์:** `Check formula`

Similar to previous example but with different input values. Formula: =IMAGINARY("3+6i") returns Check formula.

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

```excel
=IMAGINARY("3+12i")
```

**ผลลัพธ์:** `Check formula`

Similar to previous example but with different input values. Formula: =IMAGINARY("3+12i") returns Check formula.

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [IMCONJUGATE – หาค่า Conjugate](https://www.thepexcel.com/functions/excel/engineering/imconjugate/)
- [IMREAL – หาส่วนจริง (Real)](https://www.thepexcel.com/functions/excel/engineering/imreal/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imaginary-function-dd5952fd-473d-44d9-95a1-9a17b23e428a) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imaginary-function) _(guide)_

---

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