Formula Library

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

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

Quick answer

Extract url path depth 3 in marketplace export text.

Unified formula

ExcelWPS
=LET(u,A2, IFERROR(TEXTAFTER(TEXTBEFORE(u, "?"), "//"), u))
View platform differences

Google Sheets

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

How it works

Need a custom version?

Related formulas