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

# IMREAL – หาส่วนจริง (Real)

> หาส่วนจริง (Real)

## คำอธิบาย

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

## Syntax

```excel
=IMREAL(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

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

ส่วนจริงคือ 3. IMREAL formula returns: 3

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

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

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

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

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

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

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

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

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [IMAGINARY – หาส่วนจินตภาพ (Imaginary)](https://www.thepexcel.com/functions/excel/engineering/imaginary/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imreal-function-d12bc4c0-25d0-4bb3-a25f-ece1938bf366) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imreal-function) _(guide)_

---

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