remove apostrophes before numbers in OpenOffice Calc
The Problem:
You have a spreadsheet that has a column of what you think are numbers in it. The numbers display fine in their cells, but when you try to do something with them, you find that you can’t. For example, you may want to sort them or use them as part of a calculation and it doesn’t work. Here is a screenshot illustrating that the numbers look like numbers in their cells:
If you click on one of the cells, you’ll see that the numbers actually have a hidden apostrophe in front of them, like you see in this screenshot:
After spending some time on the internet, I finally found out what is going on. While you think those are numbers, the apostrophe is Calc’s way of saying that the numbers you see are to be treated as text, but they are in a cell that is formatted as a “number.” You can verify this by right-clicking on the cell, selecting “Format cells” and then clicking on the “Numbers” tab, as illustrated in the screenshots below:
So, the spreadsheet program is treating a series of number as text in a cell formatted as numbers. Talk about aggravating.
The Solution:
There is a solution for this. It involves a “find and replace” function. From the “Edit” menu, choose “Find & Replace.” In the “Find” box, type “^.” (i.e., carat + period). In the “Replace” box, type “&” (without the quotes, of course). But you have to do one more thing for this to work. At the bottom of the “Find & Replace” window you’ll see a button that says “More Options.” Click on it, then select the box next to “Regular Expressions.” You should now have a “Find & Replace” box that looks like this:
Now, hit “Replace All” and all of your apostrophes will disappear. Your series of numbers will now be seen as numbers by your spreadsheet program and will be in cells formatted as number cells. Problem solved.
Notes:
I actually don’t know how/why this works, but it does. I found the solution here.






The text to columns suggestion worked and got rid of the apostrophes that were changing my numbers into text. However, after saving the file and reopening it, the apostrophes are back. Does anyone know if there’s a default setting that is causing this?
Thanks, first fix I have found that is immediate. A lot of the other Formatting suggestions have not worked.
I’ve wasted several hours trying to figure this out in calc. I finally googled the problem and you solution popped. It works. Thank you!
Mike I have only had this problem with date columns imported using csv files. This solution works for me. Highlight the entire column with the offending invisible apostrophe;
click on Data > Text to Columns > click OK
in the resulting dialog box. I have never changed the options in the Text to Columns dialog box but the apostrophes disappear. I then can format the dates as needed.
One further error I get is if the Default language is set to English(USA), I can’t format the entire column of dates as yyyy/mm/dd for import into the database unless I change the default language to English(UK).
@cmbmcn
Text to Columns solved it for me ! You have no idea how annoying this issue has been (maybe you have). Thanks!
Thank you so much!
Thank you!
Vielen Dank – many thanks. Just the hint i needed!
The work of all out there doing things like this is very much appreciated!
Many Thanks Dear… My Problem gets solved using your solution. Once again thanks
That worked a treat. I’ve been putting up with this issue for years. Now I know! Thanks a lot.