Import CSV with unconventional number format
Dear Forum Members,
I have a CSV file with several columns. One of them contains numbers with a space as a thousand separator. I can't find the way to have Numbers interpret them as numbers, and I can't even convert them within Numbers to numbers. They are understood by Numbers as text.
I have tried the following:
- When I open the CSV file, I adjust the import settings via the decimal and thousand separator. Does not work for the thousand separator.
- I tried Find and Replace but I can't limit it to one column and there are other columns with text, therefore this is not a good solution. I could hide all other columns and then do the Replace but that can't be the solution; I want to do this regularly for updated CSV files.
- Create a new column where the space is substituted by nothing. I have tried it using SUBSTITUTE("-2 480,85";" ";"";1), which works if I input the value by hand but does not work if I refer to the cell with this value.
- Create a custom number format with "# ###,##" as template. Did not work.
I sort of know Excel but I am not an expert at Numbers. Thank you.