Formula Library

Excel Formula To Find Host From a column

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

Quick answer

Find 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