---
title: Text.Reverse – กลับหลังหันข้อความ
url: https://www.thepexcel.com/functions/power-query/text-functions/text-reverse/
type: function-explainer
program: Power Query
syntax: Text.Reverse(text as nullable text) as nullable text
date: 2025-12-03
updated: 2025-12-17
scores:
  popularity: 3
  difficulty: 2
  usefulness: 3
---

# Text.Reverse – กลับหลังหันข้อความ

> กลับหลังหันข้อความ

## คำอธิบาย

กลับด้านข้อความ (Reverse String)

## Syntax

```excel
Text.Reverse(text as nullable text) as nullable text
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| text | Yes | text |  | ข้อความ |

## ตัวอย่าง

### 1. กลับด้าน

```excel
Text.Reverse("ABC")
```

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

เรียงตัวอักษรจากหลังมาหน้า

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

- [List.Reverse – สลับลำดับสมาชิกใน List](https://www.thepexcel.com/functions/power-query/list-functions/list-reverse/)

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

- [PowerQuery.how](https://powerquery.how/text-reverse/) _(guide)_

---

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