I have the following strings in two cells in Excel 2016
Joe Blogger [email protected] 0198156374
Martin Son [email protected] 9847493933
I want to extract just the email address from each cell, I'm struggling to find the solution.
So far I have managed to use =RIGHT to remove just the first name from either cell
I then copied and pasted the cell values and thought I'd I repeated the formula but it just doesn't work. I keep getting #VALUE error.
What am I missing / doing wrong?
I cant use the inbuilt function to split at fixed length because the split occurs at different positions in each cell , I have 167 cells.

=RIGHTis not a valid formula in Excel. - Ron Rosenfeld