---
title: IMLN – หา ln (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imln/
type: function-explainer
program: Excel
syntax: =IMLN(inumber)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMLN – หา ln (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMLN(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `1.60944+0.927295i`

ln(3+4i). IMLN formula returns: 1.60944+0.927295i

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

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

**ผลลัพธ์:** `1.90333+1.10715i`

Similar to previous example but with different input values. Formula: =IMLN("3+6i") returns 1.90333+1.10715i.

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

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

**ผลลัพธ์:** `2.51522+1.32582i`

Similar to previous example but with different input values. Formula: =IMLN("3+12i") returns 2.51522+1.32582i.

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [LN – หาค่า Natural Logarithm (ลอการิทึมธรรมชาติ)](https://www.thepexcel.com/functions/excel/math-and-trigonometry/ln/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imln-function-32b98bcf-8b81-437c-a636-6fb3aad509d8) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imln-function) _(guide)_

---

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