Simple Microsoft Excel Question

dugweb

Diamond Member
Oct 17, 2002
3,935
1
81
Is there a quicker way to take a list of a place that looks like this on the internet

SOMEWHERESHOP
123 NOWHERE RD, SOME ST.
(555)555-5555

to a spreadsheet with columbs of "Name", "Address", and "Phone" in individual columbs?

Im currently using the cut and paste method :disgust:
 

Alex

Diamond Member
Oct 26, 1999
6,995
0
0
you could use a VB script for that since the data format is virtuall all the same

go to mrexcel.com for further assistance! peace
 

WW

Golden Member
Jun 21, 2001
1,514
0
0
is there a blank line between each address?

put the addresses in word, and search and replace ^p^p (two returns in a row) with something like <newrecord>, then search and replace ^p with a comma...

then go back and search and replace <newrecord> with a ^p

then you have a .csv (comma separated value) file that excel can import nicely