thank you somuchHi Bharath,
If your string is in cell A1, what number you are getting with this formula:
=CODE(LEFT(A1))
39 or 49? If it is 49 that means excel is ignoring the first ' char.
It will help if you post a sample file with more example and explain what you want to achieve.
Regards,
Hi,Hi,
Use Clean function in any other column say H3:
=CLEAN(F3)
Copy down...
Regards,
apostrophe is not really a part of the cell's contents; that is why you can't use Find and Replace to find and replace it.
The apostrophe is actually considered a "prefix character" for a cell.