Formula Library

Excel Formula To Pull Email From a column

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

Quick answer

Pull email a column.

Unified formula

ExcelWPS
=LET(tokens, TEXTSPLIT(A2, " "), FILTER(tokens, ISNUMBER(SEARCH("@", tokens))))
View platform differences

Google Sheets

=REGEXEXTRACT(A2, "(?i)[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}")

How it works

Need a custom version?

Related formulas