---
title: DSTDEVP – หา SD (Population) จาก Database
url: https://www.thepexcel.com/functions/excel/database/dstdevp/
type: function-explainer
program: Excel
syntax: "=DSTDEVP(database, field, criteria)"
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 5
  usefulness: 4
---

# DSTDEVP – หา SD (Population) จาก Database

> หา SD (Population) จาก Database

## คำอธิบาย

คำนวณส่วนเบี่ยงเบนมาตรฐาน (Population) จากฐานข้อมูลตามเงื่อนไข

## Syntax

```excel
=DSTDEVP(database, field, criteria)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| database | Yes | Range |  | ฐานข้อมูล |
| field | Yes | Text/Number |  | คอลัมน์ |
| criteria | Yes | Range |  | เงื่อนไข |

## ตัวอย่าง

### 1. SD ประชากร

```excel
=DSTDEVP(Data, "Score", Crit)
```

**ผลลัพธ์:** `SD Value`

หาค่า SD แบบ Population

### 2. หาค่าเบี่ยงเบนมาตรฐาน (Population) ของราคา

```excel
=DSTDEVP(Products, "Price", SupplierCriteria)
```

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

Database: Products หาค่า SD (Population) ของราคาจาก Supplier A = 245.75

### 3. วิเคราะห์ความแปรปรวนประชากร

```excel
=DSTDEVP(Population, "Income", CityC riteria)
```

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

Database: Population หาค่า SD ของ Income ในเมือง Bangkok = 15,000

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

- [AGGREGATE – คำนวณแบบละเว้น Error และแถวที่ซ่อน](https://www.thepexcel.com/functions/excel/math-and-trigonometry/aggregate/)
- davarp
- [DSTDEV – หาส่วนเบี่ยงเบนมาตรฐาน (Sample) จากฐานข้อมูล](https://www.thepexcel.com/functions/excel/database/dstdev/)
- [DVAR – คำนวณความแปรปรวนตัวอย่างจากฐานข้อมูล](https://www.thepexcel.com/functions/excel/database/dvar/)
- [PRICE – คำนวณราคาพันธบัตร](https://www.thepexcel.com/functions/excel/financial/price/)
- [STDEV.P – หา SD ของประชากร](https://www.thepexcel.com/functions/excel/statistical/stdev-p/)
- [SUBTOTAL – คำนวณผลรวมย่อยพร้อม Filter](https://www.thepexcel.com/functions/excel/math-and-trigonometry/subtotal/)
- [Table.SelectRows – กรองแถวตามเงื่อนไขใน Power Query](https://www.thepexcel.com/functions/power-query/table-functions/table-selectrows/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/dstdevp-function-04b78995-da03-4813-bbd9-d74fd0f5d94b) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-dstdevp-function) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/excel/database/dstdevp/](https://www.thepexcel.com/functions/excel/database/dstdevp/)_
