Delete apostrophe

  • Thread starter Susana Conklin via OfficeKB.com
  • Start date
S

Susana Conklin via OfficeKB.com

Hi Again,

I have a database with over 14400 lines of info that I need to delete the apostrophe before the value, how do I do this?
 
D

Dave R.

It always helps to include some examples of what your data looks like ... if
it looks like this ",145,000,00S" then the answer is different than if it
looks like this ",145000"

For the first, you could use =RIGHT(A1,LEN(A1)-1) or =MID(A1,2,99999)

For the second you could just select the range, press CTRL-H and search for
"," (without the quotes) and leave 'replace with' blank.



Susana Conklin via OfficeKB.com said:
Hi Again,

I have a database with over 14400 lines of info that I need to delete the
apostrophe before the value, how do I do this?
 
D

Don Guillett

one way
put 1 in a vacant cell>copy that cell>edit>pastespecial>multiply
done


--
Don Guillett
SalesAid Software
(e-mail address removed)
Susana Conklin via OfficeKB.com said:
Hi Again,

I have a database with over 14400 lines of info that I need to delete the
apostrophe before the value, how do I do this?
 
S

Steve Walton

It always helps to include some examples of what your data looks like ... if
it looks like this ",145,000,00S" then the answer is different than if it
looks like this ",145000"

For the first, you could use =RIGHT(A1,LEN(A1)-1) or =MID(A1,2,99999)

For the second you could just select the range, press CTRL-H and search for
"," (without the quotes) and leave 'replace with' blank.




apostrophe before the value, how do I do this?
it was apostrophe not comma, and so is a probably a text based entry
issue
but a decent example always helps

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top