Hello everyone. What would be the easiest way to find the below phrases in columns C (First Name), D (Middle Name), E (Last Name) and delete them? For example suppose along those three columns I had:
Column C - John
Column D - J.
Column E - Doe AIF, CFA(R)
But I needed it to be:
Column C - John
Column D - J
Column E - Doe
Is there a single formula that can do this? Note the very last one is a double space:
or through columns. But loop through 3 columns (I do not know how many rows you expect to check) and search in values 15 strings to replace take a while.
Digital Nomad... based in Ireland... but I could be anywhere in the world
MS-Off Ver
Office 365 for PC.
Posts
34,847
Re: Find and Delete Phrases
or...
A picture is worth 1,000 words. An Excel sheet is worth 1,000 non-editable pictures.
Please read the yellow banner about sample worksheets, at the top of the screen. Act on its guidelines and post a SMALL sample sheet, with representative samples, an explanation and some expected results.
Thank you very much KOKOSEK. I edited my first post to be more clear. The columns C, D, E are actually three columns of First, Middle, Last Name, it comes this way when exported from the database. My goal is to find those phrases listed and delete them to clean up the names.
I edited my first post to be more clear. The columns C, D, E are actually three columns of First, Middle, Last Name, it comes this way when exported from the database. My goal is to find those phrases listed and delete them to clean up the names.
It does not change anything.
You can use UDF somewhere (other sheet called 'ClearData' or other columns to get clear data).
Or looping through C/D/E and check. Of course can be auto declared as Range("C1:E" & lastRow).
But as I said simple loop takes a while if you got lots of rows to check.
Bookmarks