公式库

Excel Formula To Extract Url Path Depth 4 In Marketplace Export Text

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

快速答案

Extract url path depth 4 in marketplace export text.

统一公式

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

Google Sheets

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

使用说明

需要定制版本?

相关公式