Search and replace in a column in Numbers?
Hi,
I have spreadsheet with columns containing text and columns containing numbers. I want to replace a string in one of the columns, but not in the others. I couldn't find out how to do that.
What I'm actually trying is to import a CSV file that formats numbers using a point, like so:
"This column contains some text.","0.12","some more".
Numbers can't seem to interpret the number as such, and doesn't allow me to switch the column format to Number. So I want to replace the point with a comma (the decimal point in my locale).
Thanks for any advice