---
title: IMSQRT – ถอดรากที่สอง (Complex)
url: https://www.thepexcel.com/functions/excel/engineering/imsqrt/
type: function-explainer
program: Excel
syntax: =IMSQRT(inumber)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# IMSQRT – ถอดรากที่สอง (Complex)

> ถอดรากที่สอง (Complex)

## คำอธิบาย

หาค่ารากที่สองของจำนวนเชิงซ้อน

## Syntax

```excel
=IMSQRT(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `"1.09+0.45i"`

sqrt(1+i). IMSQRT formula returns: "1.09+0.45i"

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

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

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

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

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

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

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

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

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

- [SQRT – ถอดรากที่สอง](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sqrt/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imsqrt-function-e1753f80-ba11-4664-a10e-e17368396b70) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imsqrt-function) _(guide)_

---

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