ดึงนามสกุล
=TEXTAFTER("John Doe", " ")
"Doe"
ดึงข้อความหลังตัวคั่น
คืนค่าข้อความที่อยู่หลังจากตัวคั่นที่ระบุ
=TEXTAFTER(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])
=TEXTAFTER(text, delimiter, [instance_num], [match_mode], [match_end], [if_not_found])
| Argument | Type | Required | Default | Description |
|---|---|---|---|---|
| text | Text | Yes | ข้อความหลัก | |
| delimiter | Text | Yes | ตัวคั่น | |
| instance_num | Number | Optional | 1 | ลำดับตัวคั่นที่ต้องการ (Default = 1) |
=TEXTAFTER("John Doe", " ")
"Doe"
=TEXTAFTER("user@example.com", "@")
"example.com"
=TEXTAFTER(A1, "-")
"Description Part"
ฟังก์ชัน TEXTAFTER ใน Excel ช่วยคืนค่าข้อความที่อยู่หลังจากตัวคั่นที่ระบุ