I have a workbook where some cells have a small question mark in a box followed by text as follows;
?SMITH,JOHN JAMES
the ? actually appears inside a box. I need to remove the box with the question mark while keeping the text.
When I use =CODE the character number is 12. When I go to Find/Replace press the ALT key and type 12 in the "Find" box, what appears is the symbol for female not the question mark in a box. I clicked on "Replace" anyway but got a pop-up box that Excel cannot find a match. Next I tried pressing the ALT key and typing 012 in the "Find" box, but when I release the ALT key nothing appears in the "Find" box.
I discovered the ASCII code for a question mark is 63, so I pressed the ALT key and typed 63 in the "Find" box. I didn't type anything in the "Replace" box because I just want to remove the question mark box. When I clicked on the Replace button, everything in the cell was deleted. I tried again only this time I put a semicolon in the "Replace" field. When I clicked on the Replace button, all text in the cell was replaced with a semicolon. So all I've managed to do is either remove all text in the cell or replace all of it with another character.
I also tried the =SUBSTITUTE formula but that creates another wrinkle. When I enter the specific cell # in the Text field, the character displayed is just an empty box with no question mark in it. If I could find the ASCII code that matches, I still don't know what to put in the Instance_num field so that only the box is removed. No matter what I put in there I keep getting a circular formula error.
Does anyone have any suggestions for me to try?
?SMITH,JOHN JAMES
the ? actually appears inside a box. I need to remove the box with the question mark while keeping the text.
When I use =CODE the character number is 12. When I go to Find/Replace press the ALT key and type 12 in the "Find" box, what appears is the symbol for female not the question mark in a box. I clicked on "Replace" anyway but got a pop-up box that Excel cannot find a match. Next I tried pressing the ALT key and typing 012 in the "Find" box, but when I release the ALT key nothing appears in the "Find" box.
I discovered the ASCII code for a question mark is 63, so I pressed the ALT key and typed 63 in the "Find" box. I didn't type anything in the "Replace" box because I just want to remove the question mark box. When I clicked on the Replace button, everything in the cell was deleted. I tried again only this time I put a semicolon in the "Replace" field. When I clicked on the Replace button, all text in the cell was replaced with a semicolon. So all I've managed to do is either remove all text in the cell or replace all of it with another character.
I also tried the =SUBSTITUTE formula but that creates another wrinkle. When I enter the specific cell # in the Text field, the character displayed is just an empty box with no question mark in it. If I could find the ASCII code that matches, I still don't know what to put in the Instance_num field so that only the box is removed. No matter what I put in there I keep getting a circular formula error.
Does anyone have any suggestions for me to try?