公式库

Excel Formula To Extract Tld App From Domain In Webhook Payload Text

Extract top-level domain values from URLs in webhook payload text with a ready-to-use formula for Excel, Google Sheets, and WPS.

快速答案

Extract tld app from domain in webhook payload text.

统一公式

ExcelWPS
=LET(host,TEXTBEFORE(TEXTAFTER(A2,"//"),"/"), TEXTAFTER(host, ".", -1))
查看平台差异

Google Sheets

=IFERROR(REGEXEXTRACT(A2, "\.([A-Za-z]{2,})(?:/|\?|#|$)"), "")

使用说明

需要定制版本?

相关公式