remove html form cell
NUMBERS - I have a column with a text description in each row but i need to remove the html styling code from it. Any ideas?
NUMBERS - I have a column with a text description in each row but i need to remove the html styling code from it. Any ideas?
I would suggest creating a cell somewhere on your sheet with your preferred style, then Copy Style in that example cell and Paste Style to your cells containing the HTML style.
Jerry
If you are talking about html tags within the text you could use the SUBSTITUTE function to replace the tags with nothing (""). If you have a lot of these, you could also use an AppleScript to remove the tags. It's hard to know the best way to approach this without further details.
SG
remove html form cell