Hi,
I'm trying to remove the code &cID=(random_number_here) from a sitemap in excel. The random number is an ID when a customer views a product page. I need &cID=(random_number_here) remove from my product pages where it also comes up on the category which i would like it to stay there.
I'm looking for a macro that removes &cID=(random_number_here) from the product page and leaves it in the category page. Here is an example on what it looks like
http://www.domain.com/categories.asp?cID=430
http://www.domain.com/product.asp?pID=1964&cID=8
The link is in the same column where i want
http://www.domain.com/product.asp?pID=1964&cID=8
to be change to
http://www.domain.com/product.asp?pID=1964
Bookmarks