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

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

> [Legacy] Inverse Chi-Square (หางขวา)

## คำอธิบาย

[Legacy] Inverse Chi-Square (หางขวา)

## Syntax

```excel
=CHIINV(probability, deg_freedom)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| probability | Yes | Number |  | ความน่าจะเป็น |

## ตัวอย่าง

### 1. Legacy

```excel
=CHIINV(0.05, 10)
```

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

เหมือน CHISQ.INV.RT

### 2. Legacy (with different value)

```excel
=CHIINV(0.05, 15)
```

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

Similar to previous example but with different input values. Formula: =CHIINV(0.05, 15) returns 24.9958.

### 3. Legacy (with variation 2)

```excel
=CHIINV(0.05, 30)
```

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

Similar to previous example but with different input values. Formula: =CHIINV(0.05, 30) returns 43.773.

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

- [CHISQ.INV – หาค่าผกผันของการแจกแจงแบบ Chi-squared (ท้ายซ้าย)](https://www.thepexcel.com/functions/excel/statistical/chisq-inv/)
- [CHISQ.INV.RT – หาค่า Inverse Chi-squared Distribution (Right-tailed)](https://www.thepexcel.com/functions/excel/statistical/chisq-inv-rt/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/chiinv-function-cfbea3f6-6e4f-40c9-a87f-20472e0512af) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-chiinv-function) _(guide)_

---

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