Remove extra "spaces" at the beginning of the cell

Solved
Somik Posted messages 46 Status Membre -  
Vaucluse Posted messages 27336 Registration date   Status Contributeur Last intervention   -
Hello,

I created a table with 82,000 rows containing article references. However, during copy/pasting, many cells have one or more extra spaces at the beginning of the cell.

How can I remove all the excess spaces without altering the cell's content?

Thank you for your help.

Configuration: Windows 7 / Firefox 31.0

8 réponses

Vaucluse Posted messages 27336 Registration date   Status Contributeur Last intervention   6 453
 
Good evening

with a formula;

=TRIM(A1)

which removes all spaces at the beginning and end of the text without altering the spaces in the text

and then a special copy/paste: values to remove the formulas

best regards

--
To err is human, to persist is diabolical
7