---
title: NORMSDIST – หาค่า Standard Normal (เก่า)
url: https://www.thepexcel.com/functions/excel/compatibility/normsdist/
type: function-explainer
program: Excel
syntax: =NORMSDIST(z)
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 2
  difficulty: 3
  usefulness: 2
---

# NORMSDIST – หาค่า Standard Normal (เก่า)

> หาค่า Standard Normal (เก่า)

## คำอธิบาย

หาค่าความน่าจะเป็นของการแจกแจงปกติมาตรฐาน (เก่า)

## Syntax

```excel
=NORMSDIST(z)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| z | Yes | Number |  | Z-score |

## ตัวอย่าง

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

```excel
=NORMSDIST(1.96)
```

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

แทนด้วย NORM.S.DIST

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

```excel
=NORMSDIST(2)
```

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

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

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

```excel
=NORMSDIST(5)
```

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

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

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

- [GAUSS – คำนวณความน่าจะเป็นการแจกแจงปกติ](https://www.thepexcel.com/functions/excel/statistical/gauss/)
- [NORM.DIST – คำนวณค่าการแจกแจงปกติ](https://www.thepexcel.com/functions/excel/statistical/norm-dist/)
- [NORM.S.DIST – หาค่า Standard Normal Distribution](https://www.thepexcel.com/functions/excel/statistical/norm-s-dist/)
- [NORM.S.INV – หาค่า Z-Score จากความน่าจะเป็น](https://www.thepexcel.com/functions/excel/statistical/norm-s-inv/)
- [STANDARDIZE – แปลงค่าให้เป็น Z-Score](https://www.thepexcel.com/functions/excel/statistical/standardize/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/normsdist-function-463369ea-0345-445d-802a-4ff0d6ce7cac) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-normsdist-function) _(guide)_

---

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