---
title: VARP – หา Variance (Population) (เก่า)
url: https://www.thepexcel.com/functions/excel/compatibility/varp/
type: function-explainer
program: Excel
syntax: "=VARP(number1, [number2], ...)"
date: 2025-12-02
updated: 2025-12-17
scores:
  popularity: 2
  difficulty: 3
  usefulness: 2
---

# VARP – หา Variance (Population) (เก่า)

> หา Variance (Population) (เก่า)

## คำอธิบาย

หาค่าความแปรปรวนของประชากร (เก่า)

## Syntax

```excel
=VARP(number1, [number2], ...)
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| number1 | Yes | Number |  | ตัวเลข |

## ตัวอย่าง

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

```excel
=VARP(Data, 1)
```

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

แทนด้วย VAR.P. VARP formula returns: Var

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

```excel
=VARP(Data, 2)
```

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

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

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

```excel
=VARP(Data)
```

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

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

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

- [VAR – คำนวณความแปรปรวนของกลุ่มตัวอย่าง (Legacy)](https://www.thepexcel.com/functions/excel/compatibility/var/)
- [VAR.P – คำนวณความแปรปรวนของประชากร](https://www.thepexcel.com/functions/excel/statistical/var-p/)
- [VARPA – คำนวณความแปรปรวนประชากร รวมข้อความและค่าตรรกะ](https://www.thepexcel.com/functions/excel/statistical/varpa/)

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

- [Official Documentation](https://support.microsoft.com/en-us/office/varp-function-26a541c4-ecee-464d-a731-bd4c575b1a6b) _(official)_
- [ExcelJet](https://exceljet.net/excel-functions/excel-varp-function) _(guide)_

---

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