Forum Discussion
Michael Lovice
Dec 20, 2018Copper Contributor
Deleting select characters from a cell
I have a spreadsheet that includes some html code characters that I want to find and delete. Here's a sample cell: <p>Bezel Set Black Onyx in Rhodium with Chain</p> I want to delete the <p> and...
SergeiBaklan
Dec 20, 2018Diamond Contributor
Hi Michael,
If you Ctrl+H on </p> and Replace All, same on <p>, does that work?
Michael Lovice
Dec 20, 2018Copper Contributor
Yes, it seems to be working now. I had tried the replace option earlier and it wasn't allowing me to replace with an empty space. Working now though!
Thanks for the reply.