---
title: CHIDIST – หาค่า Chi-squared (Right-tailed) (เก่า)
url: https://www.thepexcel.com/functions/excel/compatibility/chidist/
type: function-explainer
program: Excel
syntax: "=CHIDIST(x, deg_freedom)"
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 2
  difficulty: 3
  usefulness: 2
---

# CHIDIST – หาค่า Chi-squared (Right-tailed) (เก่า)

> หาค่า Chi-squared (Right-tailed) (เก่า)

## คำอธิบาย

[Legacy] ความน่าจะเป็น Chi-Square (หางขวา)

## Syntax

```excel
=CHIDIST(x, deg_freedom)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| x | Yes | Number |  | ค่าสถิติ |

## ตัวอย่าง

### 1. Legacy

```excel
=CHIDIST(10, 5)
```

**ผลลัพธ์:** `P-Value`

เหมือน CHISQ.DIST.RT

### 2. Legacy (with different value)

```excel
=CHIDIST(10, 7)
```

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

Similar to previous example but with different input values. Formula: =CHIDIST(10, 7) returns Check formula.

### 3. Legacy (with variation 2)

```excel
=CHIDIST(10, 15)
```

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

Similar to previous example but with different input values. Formula: =CHIDIST(10, 15) returns Check formula.

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

- [CHISQ.DIST – หาค่า Chi-squared Distribution](https://www.thepexcel.com/functions/excel/statistical/chisq-dist/)
- [CHISQ.DIST.RT – ความน่าจะเป็นหางขวาของการแจกแจง Chi-Square](https://www.thepexcel.com/functions/excel/statistical/chisq-dist-rt/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/chidist-function-c90d0fbc-5b56-4f5f-ab57-34af1bf6897e) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-chidist-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/compatibility/chidist/](https://www.thepexcel.com/functions/excel/compatibility/chidist/)_
