Trying to determine the best method to automatically remove HTML in all cells within a column in Google Sheets.
Example of cell data:
You can just use a Find and Replace dialog.
Find what: ?\S+[^<>]*>
?\S+[^<>]*>
Replace with:
Search: Specific range = ''!: (e.g. 'Copy of Sheet1'!A:A)
Specific range
''!:
'Copy of Sheet1'!A:A
Make sure Search using regular expressions is checked. Then, click Replace all.
Here is a screen: