Edit text in all the fields in a column(not manually)

svelma

New Member
Joined
Aug 2, 2011
Messages
14
Hi All,

I have a column that has thousands of rows with text similar to "duplicate value found: Service Role duplicates value on record with id: a0YT0000003lFG9".

Now I want to edit the column so that I just need the id in each field remaining, which is "a0YT0000003lFG9".

If it was for few records, we can do it manually. But, I have thousands of them. Is there a formula that I can use to do this?

Thanks for your help.

--
Velma
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Yes, it is.
Actually, I found the solution using delimited feature under Data tab - text to columns, by selecting ':' as my delimiter. Because there is a colon before id in all the fields.

Thanks,
Velma.
 
Upvote 0
I'm pretty sure there are better solutions but to be quick and if its always the same text use

Code:
=MID(Cell;74;15)
 
Upvote 0

Forum statistics

Threads
1,215,106
Messages
6,123,124
Members
449,097
Latest member
mlckr

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top