I have a spreadsheet with a column that contains only HTML.
- I am trying to remove hyperlink HTML anchor tags ONLY.
2)The only solution I found was Find/Replace and use the formula from cell A3
How do I get it to start at <a but stop at the first </ a> tag that it runs into? In the attached example, I assume cell D1 would be achieved after running a modified version of the find/replace twice, so that it removes 1 anchor each time it’s ran.
ExampleDoc.ods (10.1 KB)