I have a large list of data (some cells contain numbers and some contain text) and I cannot easily remove the single quote the import put in front of all text. Any suggestions?
The clean function will get rid of any non-printable characters.
Insert a column next to your data. In the first cell of the column corresponding with the start of your list enter this formula:
=clean(a1)
Where a1 is the first cell in your list.
Drag the formula down. Then copy\paste special\values to make the changes permanent.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.