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

# IMLOG10 – หา Log10 (Complex)

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

## คำอธิบาย

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

## Syntax

```excel
=IMLOG10(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `0.69897+0.402719i`

Log10(3+4i). IMLOG10 formula returns: 0.69897+0.402719i

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

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

**ผลลัพธ์:** `0.826606+0.480829i`

Similar to previous example but with different input values. Formula: =IMLOG10("3+6i") returns 0.826606+0.480829i.

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

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

**ผลลัพธ์:** `1.09235+0.575795i`

Similar to previous example but with different input values. Formula: =IMLOG10("3+12i") returns 1.09235+0.575795i.

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [LOG10 – หาค่า Log ฐาน 10](https://www.thepexcel.com/functions/excel/math-and-trigonometry/log10/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imlog10-function-58200fca-e2a2-4271-8a98-ccd4360213a5) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imlog10-function) _(guide)_

---

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