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

# IMSIN – หา Sin (Complex)

> หา Sin (Complex)

## คำอธิบาย

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

## Syntax

```excel
=IMSIN(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `"1.29+0.63i"`

Sin(1+i). IMSIN formula returns: "1.29+0.63i"

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

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

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

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

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

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

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

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

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

- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imsin-function-1ab02a39-a721-48de-82ef-f52bf37859f6) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imsin-function) _(guide)_

---

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