Importing from other application

  • Thread starter Thread starter Reggie
  • Start date Start date
R

Reggie

Hello!

When I brought in some data recently, I noticed that one
of my fields came in in quotes (ex: "7,125") for some
reason. And not everything in that field was like that -
only the numbers greater than 1,000. Weird, huh?!?

Anyway, is there a way in which I can remove these quotes
without going through all 10,174 lines in my database and
doing it manually?

Thanks for any assistance!

Reg
 
Go to edit->find and replace_>
Find what - "
Replace with - leave this blank

Click on replace all
 
Hi

Using Find/Replace should do the trick, I reckon. Find " and leave
Replace blank.
 
Hi Reggie

the reason it did this is that you could of had a comma separated file,
which would normally split entries up by using a comma, but as you've got a
comma in the number it put the "" around it to indicate not to split it up
(did that make any sense)
anyway to fix
select your workbook
choose
edit / replace
type a " in the first box
leave the replace with box blank
click Replace all

(note, it's always a good idea to try things like this out on a copy of the
workbook first, just in case)
 
Thank you very much! It did work!
-----Original Message-----
Go to edit->find and replace_>
Find what - "
Replace with - leave this blank

Click on replace all







.
 
Thank you very much, Ma'am. Very creative thinking. Why
didn't I think of that?!? I didn't think you could
replace part of a cell without replacing the whole cell.
Thanks again!

Ciao,
Reg
 
Thanks! You're a genius!

Reg
-----Original Message-----
Hi

Using Find/Replace should do the trick, I reckon. Find " and leave
Replace blank.

--
Andy.





.
 

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

Back
Top