---
title: IMPOWER – ยกกำลัง (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/impower/
type: function-explainer
program: Excel
syntax: "=IMPOWER(inumber, number)"
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMPOWER – ยกกำลัง (Complex)

> ยกกำลัง (Complex)

## คำอธิบาย

ฟังก์ชัน IMPOWER ใน Excel ใช้สำหรับคำนวณค่าจำนวนเชิงซ้อนที่ถูกยกกำลังด้วยเลขจำนวนเต็มที่ระบุ โดยส่งกลับค่าจำนวนเชิงซ้อนที่เป็นผลลัพธ์ เหมาะสำหรับใช้ในการคำนวณทางคณิตศาสตร์ วิทยาศาสตร์ และวิศวกรรมที่เกี่ยวข้องกับจำนวนเชิงซ้อน.

## Syntax

```excel
=IMPOWER(inumber, number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| inumber | Yes | Text |  | จำนวนเชิงซ้อนที่เป็นฐาน |
| number | Yes | Number |  | เลขจำนวนเต็มที่เป็นเลขชี้กำลัง |

## ตัวอย่าง

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

```excel
=IMPOWER("2+3i", 3)
```

**ผลลัพธ์:** `"-46+9i"`

(2+3i)^3. IMPOWER formula returns: "-46+9i"

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

```excel
=IMPOWER("2+3i", 4)
```

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

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

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

```excel
=IMPOWER("2+3i", 9)
```

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

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

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

- [IMPRODUCT – คูณจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/improduct/)
- [IMDIV – หารจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/imdiv/)
- [IMSUM – บวกจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/imsum/)
- [IMSUB – ลบจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/imsub/)
- [POWER – คำนวณเลขยกกำลัง](https://www.thepexcel.com/functions/excel/math-and-trigonometry/power/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/impower-function-210fd2f5-f8ff-4c6a-9d60-30e34fbdef39) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-impower-function) _(guide)_

---

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