I have a table with about 1200 rows and the data is from a pdf file. The numbers in the original pdf had spaces as 1000 separator, so now I have text cells with "12 000" for example. How do I remove the spaces so I can convert them to numbers?
Find & replace says there is no instances to replace and =SUBSTITUTE(A1;" ";"") does nothing.
Find & replace says there is no instances to replace and =SUBSTITUTE(A1;" ";"") does nothing.