Seem like every project my team is made to assist on is progressively worse in terms of organizational function
vlookup is the fastest way I can think of while not having excel handy at the moment.Anyone is good with Excel? I'm pretty decent but I'm stuck with this problem where I need to combine different data together. One sheet has a primary key that's missing some info that the other has. Basically, the main sheet primary key has unnecessary info together with numbers that match another sheet. Not sure how do I combine that together
Seem like every project my team is made to assist on is progressively worse in terms of organizational function
Seem like every project my team is made to assist on is progressively worse in terms of organizational function
vlookup is the fastest way I can think of while not having excel handy at the moment.
In your sheet with the primary keep delete the columns that you don't need but obviously keep the primary key that joins the data. In your sheet with the data you need make sure the primary key is the first column.
=vlookup(the primary key in your main tab , this selection will be the table with the data you want including the primary key , this will depend on the column you want. aka if it's the column AFTER the primary key it will be 2, FALSE as this makes it an exact match)
I tried to breakdown the formula in text for you but it usally looks like =vlookup(PrimarySheet!A1,Sheet2!A:D,2,FALSE)
find an option in the ribbon called text to column. you want to put your delimiter as :!So here is a preview of a column from one data set (1)
and here's another preview column from another data set (2)
Do you notice how the numbers in the data set (2) match with the ending numbers in the data set (1)? The only difference is data set (1) has extra text, other than that they both share the primary key which is those numbers. So how do I go about joining them? I tried VLOOKUP but it didn't work.
They trying train the new kids to be comfortable with less.
They trying train the new kids to be comfortable with less.
So here is a preview of a column from one data set (1)
and here's another preview column from another data set (2)
Do you notice how the numbers in the data set (2) match with the ending numbers in the data set (1)? The only difference is data set (1) has extra text, other than that they both share the primary key which is those numbers. So how do I go about joining them? I tried VLOOKUP but it didn't work.