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

# SIN – หาค่า Sine

> ฟังก์ชัน SIN ใน Excel ใช้สำหรับคำนวณค่า Sine ของมุมที่ระบุ โดยมุมจะต้องอยู่ในหน่วยเรเดียน เป็นฟังก์ช

## คำอธิบาย

ฟังก์ชัน SIN ใน Excel ใช้สำหรับคำนวณค่า Sine ของมุมที่ระบุ โดยมุมจะต้องอยู่ในหน่วยเรเดียน เป็นฟังก์ชันตรีโกณมิติพื้นฐานที่ใช้ในการคำนวณทางคณิตศาสตร์และวิทยาศาสตร์.

## Syntax

```excel
=SIN(number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number | Yes | Number |  | มุมในหน่วยเรเดียน |

## ตัวอย่าง

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

```excel
=SIN(PI()/2)
```

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

Sin(90 องศา). SIN formula returns: 1

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

```excel
=SIN(PI()/3)
```

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

Similar to previous example but with different input values. Formula: =SIN(PI()/3) returns 0.866025.

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

```excel
=SIN(PI()/6)
```

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

Similar to previous example but with different input values. Formula: =SIN(PI()/6) returns 0.5.

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

- [ASIN – หาค่า Arcsine (มุมจากค่า Sine)](https://www.thepexcel.com/functions/excel/math-and-trigonometry/asin/)
- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [TAN – หาค่า Tangent](https://www.thepexcel.com/functions/excel/math-and-trigonometry/tan/)
- [PI – ค่าพาย (Pi)](https://www.thepexcel.com/functions/excel/math-and-trigonometry/pi/)
- [RADIANS – แปลงองศาเป็นเรเดียน](https://www.thepexcel.com/functions/excel/math-and-trigonometry/radians/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/sin-function-cf0e3432-8b9e-483c-bc55-a76651c95602) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-sin-function) _(guide)_

---

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