Formula Library

Excel Formula To Pull Root Domain From a cell

Pull root domain a cell with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Pull root domain a cell.

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