here is an example of the text file:
Bob Noname
robertnoname@comcast.net
Melissa noname
chanoname@aol.com
Nancy noname
12195551212
nancynoname@gmail.com
Michael noname
16305551212
Dyana noname
dyanasonname@yahoo.com
Kiley noname
kcnoname@yahoo.com
Tammy noname
tammynoname@gmail.com
Steven noname
nynoname@yahoo.com
Dan nonameguy
17085551212
Henry
17085551212
I want to import that text file and extract out the name into its own column and the email into its own column and the phone number into its own column without either going through the whole text file inputting commas.. also I would like the correct values to flow into the correct columns in excel, in other words, not having the phone numbers show up in the email column etc... Bonus would be to have the name separated into first and last name also...
Any help would be appreciated, I kinda understand how programs work ie loops etc. because of previous background with anci C, but this is new as far as what code to use where... So I am a noob, if that helps your response be more step by step...
Thanks Clint
Bob Noname
robertnoname@comcast.net
Melissa noname
chanoname@aol.com
Nancy noname
12195551212
nancynoname@gmail.com
Michael noname
16305551212
Dyana noname
dyanasonname@yahoo.com
Kiley noname
kcnoname@yahoo.com
Tammy noname
tammynoname@gmail.com
Steven noname
nynoname@yahoo.com
Dan nonameguy
17085551212
Henry
17085551212
I want to import that text file and extract out the name into its own column and the email into its own column and the phone number into its own column without either going through the whole text file inputting commas.. also I would like the correct values to flow into the correct columns in excel, in other words, not having the phone numbers show up in the email column etc... Bonus would be to have the name separated into first and last name also...
Any help would be appreciated, I kinda understand how programs work ie loops etc. because of previous background with anci C, but this is new as far as what code to use where... So I am a noob, if that helps your response be more step by step...
Thanks Clint