公式库

Excel Formula To Extract Tld Org From Domain In Crm Export Text

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

快速答案

Extract tld org from domain in crm export text.

统一公式

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

Google Sheets

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

使用说明

需要定制版本?

相关公式