Combining Data, Excel .xlsx

Status
Not open for further replies.

webscraper

Newbie
Joined
Jun 24, 2013
Messages
19
Reaction score
3
I want to be able to have something that does this on my own through Excel Macros or something. Here is what I need

I have 2 excel sheets..

Sheet 1 has Company Name, Address, Phone,Url, Email (email column is blank)
Sheet 2 has Url, and Email

I need to be able to combine the 2 lists filling in the emails in the right column with the url name being the deciding factor.

I hope this makes since!

Skype Me: trackmafia
 
Sort both sheet one and sheet 2 by url descending or ascending but the same on both sheets

then copy and paste the emails column from sheet 2 to sheet 1

I am presuming you have the same number of entries in each sheet
 
The problem. Is there is not an email for some of the rows. So this wouldn't work :/
 
I added you on Skype. Let's chat ASAP so I can deliver this ASAP, too.
 
ITs very easy to do it with CSV files.

Use CMD, and use:

Code:
copy *.csv name.csv

Then open it back up in excel.

I did this to combine csv files with millions of lines.
 
that would only combine 2 or more csv files into 1 csv file.

He has only 1 csv file but 2 tabs inside the file
 
It's very easy. Just use vlookup function in excel. Or add me at skype gokulvikas1986
 
A simple vlookup will do it for you. Send me the details. I can do this.
 
True, just one simple vlookup formula and you're done.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top