---
title: ERFC – หาค่า Complementary Error Function
url: https://www.thepexcel.com/functions/excel/engineering/erfc/
type: function-explainer
program: Excel
syntax: =ERFC(x)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# ERFC – หาค่า Complementary Error Function

> หาค่า Complementary Error Function

## คำอธิบาย

ส่งกลับค่าฟังก์ชัน Complementary Error function

## Syntax

```excel
=ERFC(x)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| x | Yes | Number |  | ค่า |

## ตัวอย่าง

### 1. ค่า Complementary Error Function (ปกติ)

```excel
=ERFC(1)
```

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

ERFC(x) = 1 - ERF(x) ใช้หาพื้นที่ส่วนหางขวาของโค้งปกติ (จาก x ถึงอนันต์)

### 2. ค่าติดลบ

```excel
=ERFC(-0.5)
```

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

ERFC เป็นฟังก์ชันคู่ (Even function) คือ ERFC(-x) = ERFC(x) ผลลัพธ์จึงเป็นบวกเสมอ

### 3. กำหนดขอบเขต

```excel
=ERFC(0.5, 1)
```

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

คำนวณ Complementary Error Function ในช่วงระหว่างขอบเขตล่าง 0.5 ถึงขอบเขตบน 1

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

- [ERF – หาค่า Error Function](https://www.thepexcel.com/functions/excel/engineering/erf/)
- [ERFC.PRECISE – หาค่า Complementary Error Function (แม่นยำ)](https://www.thepexcel.com/functions/excel/engineering/erfc-precise/)
- [EVEN – ปัดขึ้นเป็นเลขคู่](https://www.thepexcel.com/functions/excel/math-and-trigonometry/even/)
- [ERF.PRECISE – คำนวณค่า Error Function (แม่นยำ)](https://www.thepexcel.com/functions/excel/engineering/erf-precise/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/erfc-function-736e0318-70ba-4e8b-8d08-461fe68b71b3) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-erfc-function) _(guide)_

---

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