公式库

Excel Formula To Extract Url Path Depth 1 In Crm Export Text

Extract URL path information in crm export text with a ready-to-use formula for Excel, Google Sheets, and WPS.

快速答案

Extract url path depth 1 in crm export text.

统一公式

ExcelWPS
=LET(u,A2, IFERROR(TEXTAFTER(TEXTBEFORE(u, "?"), "//"), u))
查看平台差异

Google Sheets

=IFERROR(REGEXEXTRACT(A2, "https?://[^/]+(/[^?#]*)"), "/")

使用说明

需要定制版本?

相关公式