公式库

Excel Formula To Extract Url Path Depth 3 In Analytics Event Text

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

快速答案

Extract url path depth 3 in analytics event text.

统一公式

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

Google Sheets

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

使用说明

需要定制版本?

相关公式