---
title: Combiner.CombineTextByPositions – รวมข้อความตามตำแหน่ง
url: https://www.thepexcel.com/functions/power-query/combiner-functions/combiner-combinetextbypositions/
type: function-explainer
program: Power Query
syntax: combiner_combinetextbypositions(value as any) as any
date: 2025-12-12
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 4
  usefulness: 3
---

# Combiner.CombineTextByPositions – รวมข้อความตามตำแหน่ง

> รวมข้อความตามตำแหน่ง

## คำอธิบาย

Combiner.CombineTextByPositions รวมรายชื่อข้อความเข้าด้วยกันตามตำแหน่งที่ระบุ

## Syntax

```excel
combiner_combinetextbypositions(value as any) as any
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| value | Yes | any |  | ค่าที่ต้องการประมวลผล |

## ตัวอย่าง

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

```excel
combiner_combinetextbypositions(data)
```

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

การใช้งานพื้นฐาน

### 2. ตัวอย่างที่ 2

```excel
combiner_combinetextbypositions(input)
```

**ผลลัพธ์:** `ผลลัพธ์ที่ประมวลผล`

ใช้กับข้อมูลต่างๆ

### 3. ตัวอย่างที่ 3

```excel
let result = combiner_combinetextbypositions(myData) in result
```

**ผลลัพธ์:** `ผลลัพธ์สุดท้าย`

ใช้ในสูตร let...in

## หมายเหตุเพิ่มเติม

⚠️ ฟังก์ชันนี้ใช้สำหรับการประมวลผลข้อมูล

## คำถามที่พบบ่อย

**Q: ฟังก์ชันนี้ใช้สำหรับอะไร**

Combiner.CombineTextByPositions รวมรายชื่อข้อความเข้าด้วยกันตามตำแหน่งที่ระบุ

**Q: ข้อมูลส่งเข้าจำเป็นต้องมีรูปแบบไหน**

ข้อมูลสามารถเป็นข้อมูลประเภทต่างๆตามความต้องการ

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

- [Microsoft Learn: Power Query M](https://learn.microsoft.com/en-us/powerquery-m/combiner-combinetextbypositions) _(documentation)_

---

_Source: [https://www.thepexcel.com/functions/power-query/combiner-functions/combiner-combinetextbypositions/](https://www.thepexcel.com/functions/power-query/combiner-functions/combiner-combinetextbypositions/)_
