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

# SEC – หาค่า Secant

> หาค่า Secant ของมุม

## คำอธิบาย

หาค่า Secant ของมุม

## Syntax

```excel
=SEC(number)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number | Yes | Number |  | มุม (เรเดียน) |

## ตัวอย่าง

### 1. Sec 45 องศา

```excel
=SEC(RADIANS(45))
```

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

1/Cos(45) = sqrt(2)

### 2. ความสัมพันธ์

```excel
=SEC(0)
```

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

Cos(0) = 1, Sec(0) = 1

### 3. Sec 45 องศา (with different value)

```excel
=SEC(RADIANS(67))
```

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

Similar to previous example but with different input values. Formula: =SEC(RADIANS(67)) returns 2.559305.

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

- [COS – หาค่า Cosine ของมุม](https://www.thepexcel.com/functions/excel/math-and-trigonometry/cos/)
- [IMSEC – หา Sec (Complex)](https://www.thepexcel.com/functions/excel/engineering/imsec/)
- [RADIANS – แปลงองศาเป็นเรเดียน](https://www.thepexcel.com/functions/excel/math-and-trigonometry/radians/)
- [SQRT – ถอดรากที่สอง](https://www.thepexcel.com/functions/excel/math-and-trigonometry/sqrt/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/sec-function-ff224717-9c87-4170-9b58-d069ced6d5f7) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-sec-function) _(guide)_

---

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