Formula Library

Excel Formula To Pull Host From a column

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

Quick answer

Pull host a column.

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