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

# IMSINH – หา Sinh (Complex)

> หา Sinh (Complex)

## คำอธิบาย

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

## Syntax

```excel
=IMSINH(inumber)
```

## Arguments

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

## ตัวอย่าง

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

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

**ผลลัพธ์:** `Complex Number`

Sinh(1+i). IMSINH formula returns: Complex Number

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

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

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

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

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

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

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

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

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

- [COMPLEX – สร้างจำนวนเชิงซ้อน](https://www.thepexcel.com/functions/excel/engineering/complex/)
- [IMSIN – หา Sin (Complex)](https://www.thepexcel.com/functions/excel/engineering/imsin/)
- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)
- [SINH – หาค่า Hyperbolic Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sinh/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/imsinh-function-dfb9ec9e-8783-4985-8c42-b028e9e8da3d) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-imsinh-function) _(guide)_

---

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