Formula Library

Excel Formula To Pull Host From A Url

Pull host a URL with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Pull host a URL.

Unified formula

ExcelWPS
=LET(url, A2, TEXTBEFORE(TEXTAFTER(url, "//"), "/"))
View platform differences

Google Sheets

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

How it works

Need a custom version?

Related formulas