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

# TAN – หาค่า Tangent

> ส่งกลับค่า Tangent ของมุมที่กำหนดในหน่วยเรเดียน

## คำอธิบาย

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

## Syntax

```excel
=TAN(number)
```

## Arguments

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

## ตัวอย่าง

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

```excel
=TAN(0.785)
```

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

Tan(45 องศา). TAN formula returns: 0.999...

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

```excel
=TAN(1)
```

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

Similar to previous example but with different input values. Formula: =TAN(1) returns Check formula.

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

```excel
=TAN(2)
```

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

Similar to previous example but with different input values. Formula: =TAN(2) returns Check formula.

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

- [SIN – หาค่า Sine](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sin/)
- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [ATAN – หาค่า Arctangent](https://www.thepexcel.com/functions/excel/math-and-trigonometry/atan/)
- [DEGREES – แปลงเรเดียนเป็นองศา](https://www.thepexcel.com/functions/excel/math-and-trigonometry/degrees/)
- [RADIANS – แปลงองศาเป็นเรเดียน](https://www.thepexcel.com/functions/excel/math-and-trigonometry/radians/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/tan-function-08851a40-179f-4052-b789-d7f699447401) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-tan-function) _(guide)_

---

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