---
title: IMEXP – หา Exp (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imexp/
type: function-explainer
program: Excel
syntax: =IMEXP(inumber)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMEXP – หา Exp (Complex)

> หา Exp (Complex)

## คำอธิบาย

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

## Syntax

```excel
=IMEXP(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `Complex Number`

e^(1+i). IMEXP formula returns: Complex Number

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

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

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

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

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

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

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

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

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

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

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imexp-function-c6f8da1f-e024-4c0c-b802-a60e7147a95f) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imexp-function) _(guide)_

---

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