• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

how to find and replace ' (char(39) symbol?

bharath

Member
Hi,

How to find the special characters like char (39) or ' symbols.
for example i have '123456 by using find formula i could not find.
please help me

thank u for ur time
 
Hi 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 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,
thank you somuch
 
If you want to delete the apostrophe in the beggining of the cell, just select the column and go to [TextToColumns] then hit [Finish]
 
You can't use CTRL+H in this instance, as Excel will ignore CHAR(49).
Did some test and even with Text to Col. It will have issue on cell F5. Though it won't matter much as it's text.

Easiest way to get rid of them I find, is to copy and paste to text editor of your choice and copy them back into Excel.
 
Back
Top