Re: Delete apostrophy before numbers in all cells?
Posted: Fri Dec 04, 2020 8:11 pm
perfect! I copied over my bank statement as comma delimited and could not otherwise have transferred it without this nugget of enlightenment. So just saying a hearty thanks with appreciation (and I know this is way late after the post but it 's never too late to give thanks where it's due). Best regards, Wendy
FJCC wrote:The apostrophe isn't really part of the cell content, it just signifies that the cell is formatted as text. To reenter all the data as number:
1. Highlight all of the cells and use Format -> Cells to change the cell format to an appropriate number format.
2. With all of the cells still selected, go to the menu Edit -> Find & Replace
3. In the Search For box enter .* (period asterisk)
4. In the Replace with box enter &
5. Select More Options and check Current Selection Only and Regular Expressions
6. Click Replace All
The .* "means zero or more of any character" and & means "whatever was found". These are regular expressions which are explained in the help section