How could I replace a word in a url in excel which is between 2 slashes?
ex:
http://www.google.com/temp/announce/news/p5638/zero.html
http://www.google.com/temp/announce/news/p4231/one.html
to
http://www.google.com/temp/announce/news/new/zero.html
http://www.google.com/temp/announce/news/new/one.html
If they are always at the same depth, I think the easiest way to achieve that would be to split the column where you have the URLs using ‘/’ as a separator and then replace the second to last column with ‘new’. You would then merge the columns back into one.