Is it possible to replace part of the data in a cell. For example, if I have the following URL in a cell, http://www.website.com/p=1113, can I replace http://www.website.com but leave p=1113? With a final result of http://www.newwebsite.com/p=1113
Share
To replace
websitewithnewwebsite, You may want to useREPLACE()method as below:This will result into: