---
title: SINH – หาค่า Hyperbolic Sine
url: https://www.thepexcel.com/functions/excel/math-and-trigonometry/sinh/
type: function-explainer
program: Excel
syntax: =SINH(number)
date: 2025-12-02
updated: 2026-05-31
scores:
  popularity: 5
  difficulty: 2
  usefulness: 6
---

# SINH – หาค่า Hyperbolic Sine

> ฟังก์ชัน SINH ใน Excel ใช้สำหรับคำนวณค่า Hyperbolic Sine ของมุม โดยค่า Hyperbolic Sine (sinh) คือฟัง

## คำอธิบาย

ฟังก์ชัน SINH ใน Excel ใช้สำหรับคำนวณค่า Hyperbolic Sine ของมุม โดยค่า Hyperbolic Sine (sinh) คือฟังก์ชันที่คล้ายกับฟังก์ชัน Sine แต่ถูกกำหนดโดยใช้ไฮเพอร์โบลาแทนวงกลม เหมาะสำหรับใช้ในการคำนวณทางคณิตศาสตร์ระดับสูงและวิศวกรรม.

## Syntax

```excel
=SINH(number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number | Yes | Number |  | ค่าที่ต้องการหา |

## ตัวอย่าง

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

```excel
=SINH(1)
```

**ผลลัพธ์:** `1.175...`

ค่า Hyperbolic Sine ของ 1

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

```excel
=SINH(4)
```

**ผลลัพธ์:** `27.2899`

Similar to previous example but with different input values. Formula: =SINH(2) returns 27.2899.

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

```excel
=SINH(2)
```

**ผลลัพธ์:** `3.62686`

Similar to previous example but with different input values. Formula: =SINH(2) returns 3.62686.

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

- [ASINH – หาค่า Inverse Hyperbolic Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/asinh/)
- [CSCH – หาค่า Hyperbolic Cosecant](https://www.thepexcel.com/functions/excel/math-and-trigonometry/csch/)
- [IMSINH – หา Sinh (Complex)](https://www.thepexcel.com/functions/excel/engineering/imsinh/)
- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/sinh-function-1e4e8b9f-2b65-43fc-ab8a-0a37f4081fa7) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-sinh-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/math-and-trigonometry/sinh/](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sinh/)_
