Extract Text From Cells in Excel Advanced - FIND() LEN() LEFT() RIGHT() Functions
Uploader Comments (ExcelisHell)
All Comments (15)
-
Very usefull tutorial! I was stuck with text extraction and this has helped me a lot! Keep up the good work!
-
You hvae just saved me so much time, cannot thnak you enough
-
I've been looking for to exactly this for a long time. This tutorial is a gem and I'm excited by the time this will save from now on. Thank you!!
-
Can you give an example to get round this
Thank you
-
Hi,
I have seen many different ways to extract middle names and last names. Some are really confusing to figure out.
Some people use, find and others use search to find a pattern occurring.
What is the best and easiest way/formula to use to extract middle and last names. I guess the first name is pretty easy as everyone seems to extract the first name using the same formula. What if there is 1,2 or more middle names...
i,e

STEVEN JOHN PAUL GERRARD
MICHAEL JOHN H ANTHONY SMITH
SHAUN H NORMAN
ROGER CLARK
What is the best method/easiest formula to extract any middle names and last names. Can you please give examples of different formulas.
What's the difference between the search and find?
gracias
MrHelal123 1 year ago
The problem with extracting middle names is that they need to be in the same position coming from the left or the right in every cell you are using them on (since it is not efficient to use this on just one cell). There needs to be the same number of spaces before or after the middle name in each entry. Then you can create a formula that looks for the spaces and extracts the middle name that way.
ExcelisHell 1 year ago
when you got to the cell where u wanted to put the Mid function, you typed in "4" and you said it's the starting number. but in fact, it's not. why is it different that " right, left" function?
mazr2006 2 years ago
It's different because the MID() function needs to know where in the middle of the cell it needs to retrieve text. This means it needs to know the character in the cell where it should start to pull out text and the number of characters from that starting point that it should pull out of that cell.
ExcelisHell 2 years ago